MCPcopy
hub / github.com/pocketbase/pocketbase / Get

Method Get

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

Get retrieves the key value from the client's context.

(key string)

Source from the content-addressed store, hash-verified

60
61 // Get retrieves the key value from the client's context.
62 Get(key string) any
63
64 // Discard marks the client as "discarded" (and closes its channel),
65 // meaning that it shouldn't be used anymore for sending new messages.

Callers 15

TestJSONMapGetFunction · 0.65
fetchPrimaryEmailMethod · 0.65
fetchPrimaryEmailMethod · 0.65
ParseMethod · 0.65
TestNewFunction · 0.65
TestResetFunction · 0.65
TestGetFunction · 0.65
TestSetFunction · 0.65
TestSetFuncFunction · 0.65
TestSetIfLessThanLimitFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestJSONMapGetFunction · 0.52
TestNewFunction · 0.52
TestResetFunction · 0.52
TestGetFunction · 0.52
TestSetFunction · 0.52
TestSetFuncFunction · 0.52
TestSetIfLessThanLimitFunction · 0.52
TestUnmarshalJSONFunction · 0.52
TestRegistryLoadFilesFunction · 0.52
TestRegistryLoadStringFunction · 0.52
TestRegistryLoadFSFunction · 0.52
TestFileSystemServeFunction · 0.52