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

Function nsFor

packages/core/sdk/src/blob.ts:71–71  ·  view source on GitHub ↗
(partition: string, pluginId: string)

Source from the content-addressed store, hash-verified

69}
70
71const nsFor = (partition: string, pluginId: string) => `${partition}/${pluginId}`;
72
73/**
74 * Bind a `BlobStore` to an owner partitioning + plugin id. Reads fall through

Callers 2

readNamespacesFunction · 0.85
pluginBlobStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected