Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
requireToolkit
Function · 0.85
Calls
1
get
Method · 0.65
Tested by
no test coverage detected