MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / setItem

Method setItem

packages/sdks/react-native/index.ts:17–17  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

15interface StorageLike {
16 getItem(key: string): Promise<string | null>;
17 setItem(key: string, value: string): Promise<void>;
18}
19
20interface NetworkStateLike {

Callers 7

persistQueueMethod · 0.80
pendingRevenueMethod · 0.80
pendingRevenueMethod · 0.80
loginFunction · 0.80
ChatStateProviderFunction · 0.80
useClientSecretFunction · 0.80
useResizableDrawerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected