MCPcopy Create free account
hub / github.com/supabase/auth / Value

Method Value

internal/models/json_map.go:11–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9type JSONMap map[string]interface{}
10
11func (j JSONMap) Value() (driver.Value, error) {
12 data, err := json.Marshal(j)
13 if err != nil {
14 return driver.Value(""), err
15 }
16 return driver.Value(string(data)), nil
17}
18
19func (j JSONMap) Scan(src interface{}) error {
20 var source []byte

Callers 15

GetLogEntryFromContextFunction · 0.45
LogEntrySetFieldFunction · 0.45
LogEntrySetFieldsFunction · 0.45
GetRequestIDFunction · 0.45
getTokenFunction · 0.45
getTargetUserFunction · 0.45
getFactorFunction · 0.45
getSessionFunction · 0.45
getOAuthClientStateIDFunction · 0.45
getFlowStateFunction · 0.45
getInviteTokenFunction · 0.45
getExternalProviderTypeFunction · 0.45

Calls 1

MarshalMethod · 0.80

Tested by

no test coverage detected