MCPcopy Create free account
hub / github.com/Stevenic/codepilot / registerFunctions

Function registerFunctions

src/functions/index.ts:7–10  ·  view source on GitHub ↗
(codepilot: Codepilot)

Source from the content-addressed store, hash-verified

5 * Registers all functions with the codepilot instance.
6 */
7export function registerFunctions(codepilot: Codepilot): void {
8 // Add the createFile function to the codepilot instance
9 addCreateFile(codepilot);
10}

Callers 1

runFunction · 0.90

Calls 1

addCreateFileFunction · 0.90

Tested by

no test coverage detected