MCPcopy Create free account
hub / github.com/netlify/gotrue / Value

Method Value

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

getConfigMethod · 0.45
logEntrySetFieldFunction · 0.45
logEntrySetFieldsFunction · 0.45
getTokenFunction · 0.45
getRequestIDFunction · 0.45
getConfigFunction · 0.45
getInstanceIDFunction · 0.45
getInstanceFunction · 0.45
getUserFunction · 0.45
getSignatureFunction · 0.45
getNetlifyIDFunction · 0.45
getInviteTokenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected