Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
const
blobId = (namespace: string, key: string): string => JSON.stringify([namespace, key]);
172
173
type
BlobRow = {
174
readonly id: string;
Callers
1
makeFumaBlobStore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected