MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / put

Method put

apps/cloud/worker-configuration.d.ts:2088–2088  ·  view source on GitHub ↗
(
    key: Key,
    value: string | ArrayBuffer | ArrayBufferView | ReadableStream,
    options?: KVNamespacePutOptions,
  )

Source from the content-addressed store, hash-verified

2086 options?: KVNamespaceListOptions,
2087 ): Promise<KVNamespaceListResult<Metadata, Key>>;
2088 put(
2089 key: Key,
2090 value: string | ArrayBuffer | ArrayBufferView | ReadableStream,
2091 options?: KVNamespacePutOptions,

Callers 15

executor.test.tsFile · 0.65
pluginBlobStoreFunction · 0.65
blob.test.tsFile · 0.65
api.tsFile · 0.65
makeR2BlobStoreFunction · 0.65
blob-store.test.tsFile · 0.65
putMethod · 0.65
storeSessionMetaMethod · 0.65
putOwnerRecordFunction · 0.65
getMethod · 0.65

Calls

no outgoing calls

Tested by 3

storeSessionMetaMethod · 0.52
putOwnerRecordFunction · 0.52
getMethod · 0.52