MCPcopy Index your code
hub / github.com/supabase/auth / getUser

Function getUser

internal/api/context.go:79–81  ·  view source on GitHub ↗

getUser reads the user from the context.

(ctx context.Context)

Source from the content-addressed store, hash-verified

77
78// getUser reads the user from the context.
79func getUser(ctx context.Context) *models.User {
80 return shared.GetUser(ctx)
81}
82
83// getTargetUser reads the user from the context.
84func getTargetUser(ctx context.Context) *models.User {

Callers 15

DeleteIdentityMethod · 0.85
LinkIdentityMethod · 0.85
PasskeyListMethod · 0.85
PasskeyUpdateMethod · 0.85
PasskeyDeleteMethod · 0.85
loadFactorMethod · 0.85
adminUserGetMethod · 0.85
adminUserUpdateMethod · 0.85

Calls 1

GetUserFunction · 0.92

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…