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

Function main

sdk/node/examples/search/test_search_config.ts:252–257  ·  view source on GitHub ↗

* Main test runner.

()

Source from the content-addressed store, hash-verified

250 * Main test runner.
251 */
252async function main(): Promise<void> {
253 const configPath: string = SearchConfigTest.findConfigPath();
254 const agent: Agent = await Agent.create(configPath);
255 const test = new SearchConfigTest(agent, configPath);
256 await test.runAll();
257}
258
259// Run tests
260main().catch((err: unknown) => {

Callers 1

Calls 3

runAllMethod · 0.95
findConfigPathMethod · 0.45
createMethod · 0.45

Tested by

no test coverage detected