* Registers all functions with the codepilot instance.
(codepilot)
| 6 | * Registers all functions with the codepilot instance. |
| 7 | */ |
| 8 | function registerFunctions(codepilot) { |
| 9 | // Add the createFile function to the codepilot instance |
| 10 | (0, createFile_1.addCreateFile)(codepilot); |
| 11 | } |
| 12 | exports.registerFunctions = registerFunctions; |
| 13 | //# sourceMappingURL=index.js.map |
nothing calls this directly
no outgoing calls
no test coverage detected