MCPcopy
hub / github.com/imbhargav5/rooks / Hook

Interface Hook

scripts/update-package-list-to-markdown/index.ts:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30const { __filename, __dirname } = getModuleInfo();
31
32interface Hook {
33 name: string;
34 description: string;
35 category: string;
36}
37
38interface HooksData {
39 hooks: Hook[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…