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

Function getEntry

packages/plugins/toolkits/src/server.ts:249–249  ·  view source on GitHub ↗
(toolkitId: string)

Source from the content-addressed store, hash-verified

247 );
248
249 const getEntry = (toolkitId: string) => storage.toolkits.get({ key: toolkitId });
250
251 const getBySlugEntry = (slug: string) =>
252 storage.toolkits

Callers 1

requireToolkitFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected