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

Function blobId

packages/core/sdk/src/blob.ts:171–171  ·  view source on GitHub ↗
(namespace: string, key: string)

Source from the content-addressed store, hash-verified

169 });
170
171const blobId = (namespace: string, key: string): string => JSON.stringify([namespace, key]);
172
173type BlobRow = {
174 readonly id: string;

Callers 1

makeFumaBlobStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected