Home / Function/ mapLeftAsync() — supabase Function Reference

mapLeftAsync() — supabase Function Reference

Architecture documentation for the mapLeftAsync() function in helpers.fn.ts from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/docs/features/helpers.fn.ts lines 209–212

  async mapLeftAsync<NewLeft>(fn: (left: Left) => Promise<NewLeft>): Promise<Both<NewLeft, Right>> {
    const res = await fn(this.internal.left)
    return new Both(res, this.internal.right)
  }

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free