MCPcopy
hub / github.com/pocketbase/pocketbase / Set

Method Set

tools/subscriptions/client.go:56–56  ·  view source on GitHub ↗

Set stores any value to the client's context.

(key string, value any)

Source from the content-addressed store, hash-verified

54
55 // Set stores any value to the client's context.
56 Set(key string, value any)
57
58 // Unset removes a single value from the client's context.
59 Unset(key string)

Callers 15

sendMethod · 0.65
sendMethod · 0.65
TestJSONMapSetFunction · 0.65
FetchRawUserInfoMethod · 0.65
FetchRawUserInfoMethod · 0.65
FetchRawUserInfoMethod · 0.65
FetchRawUserInfoMethod · 0.65
FetchRawUserInfoMethod · 0.65
TestNewFunction · 0.65
TestResetFunction · 0.65
TestLengthFunction · 0.65
TestSetFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestJSONMapSetFunction · 0.52
TestNewFunction · 0.52
TestResetFunction · 0.52
TestLengthFunction · 0.52
TestSetFunction · 0.52
TestUnmarshalJSONFunction · 0.52
TestMarshalJSONFunction · 0.52
TestShrinkFunction · 0.52
TestFileSystemServeFunction · 0.52
TestNewFileFromMultipartFunction · 0.52
TestS3CopyObjectFunction · 0.52
TestS3HeadObjectFunction · 0.52