mapLeft() — supabase Function Reference
Architecture documentation for the mapLeft() function in helpers.fn.ts from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/docs/features/helpers.fn.ts lines 201–203
mapLeft<NewLeft>(fn: (left: Left) => NewLeft): Both<NewLeft, Right> {
return new Both(fn(this.internal.left), this.internal.right)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free