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

Function keyForTool

packages/plugins/apps/src/plugin/store.ts:161–161  ·  view source on GitHub ↗
(app: string, name: string)

Source from the content-addressed store, hash-verified

159 const tools = input.pluginStorage.collection(toolCollection);
160 const sources = input.pluginStorage.collection(sourceCollection);
161 const keyForTool = (app: string, name: string) => `${app}:${name}`;
162 return {
163 putBlob: (body, owner) =>
164 sha256Hex(body).pipe(

Callers 1

makeAppsStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected