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

Function registerFunctions

lib/functions/index.js:8–11  ·  view source on GitHub ↗

* Registers all functions with the codepilot instance.

(codepilot)

Source from the content-addressed store, hash-verified

6 * Registers all functions with the codepilot instance.
7 */
8function registerFunctions(codepilot) {
9 // Add the createFile function to the codepilot instance
10 (0, createFile_1.addCreateFile)(codepilot);
11}
12exports.registerFunctions = registerFunctions;
13//# sourceMappingURL=index.js.map

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected