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

Function pluginStorageId

packages/core/sdk/src/plugin-storage.ts:226–230  ·  view source on GitHub ↗
(input: {
  readonly pluginId: string;
  readonly collection: string;
  readonly key: string;
})

Source from the content-addressed store, hash-verified

224}
225
226export const pluginStorageId = (input: {
227 readonly pluginId: string;
228 readonly collection: string;
229 readonly key: string;
230}): string => JSON.stringify([input.pluginId, input.collection, input.key]);

Callers 2

putManyImplFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected