Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
7
export
function
registerFunctions(codepilot: Codepilot): void {
8
// Add the createFile function to the codepilot instance
9
addCreateFile(codepilot);
10
}
Callers
1
run
Function · 0.90
Calls
1
addCreateFile
Function · 0.90
Tested by
no test coverage detected