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

Function make_test_executor

core/src/ahp/executor_tests.rs:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61fn make_test_executor() -> AhpHookExecutor {
62 let client = Arc::new(AhpClient::new_for_testing(Arc::new(NoopTransport)));
63 AhpHookExecutor::new_for_testing(client, 10_000)
64}
65
66fn usage(total_tokens: usize) -> crate::llm::TokenUsage {
67 crate::llm::TokenUsage {

Calls

no outgoing calls

Tested by

no test coverage detected