MCPcopy Create free account
hub / github.com/AI45Lab/Code / main

Function main

sdk/node/examples/git/test_worktree_git.ts:125–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125async function main(): Promise<void> {
126 const configPath: string = GitWorktreeTest.findConfig();
127 const agent: Agent = await Agent.create(configPath);
128 const test = new GitWorktreeTest(agent, configPath);
129 await test.runAll();
130}
131
132main().catch((err: unknown) => {
133 console.error("Test failed:", (err as Error).message);

Callers 1

Calls 3

runAllMethod · 0.95
findConfigMethod · 0.45
createMethod · 0.45

Tested by

no test coverage detected