MCPcopy
hub / github.com/msgbyte/tianji / get

Method get

apps/daily-ai-trigger/worker-configuration.d.ts:1442–1442  ·  view source on GitHub ↗
(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>)

Source from the content-addressed store, hash-verified

1440};
1441interface KVNamespace<Key extends string = string> {
1442 get(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>): Promise<string | null>;
1443 get(key: Key, type: "text"): Promise<string | null>;
1444 get<ExpectedValue = unknown>(key: Key, type: "json"): Promise<ExpectedValue | null>;
1445 get(key: Key, type: "arrayBuffer"): Promise<ArrayBuffer | null>;

Callers 15

getResponseHeaderFunction · 0.65
getResponseBodyFunction · 0.65
setup.tsFile · 0.65
fetchAppInformationFunction · 0.65
DataTableColumnSelectorFunction · 0.65
SurveyEventTableFunction · 0.65
telegram.tsxFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected