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

Function test_tool_context

core/src/agent/tests.rs:12–14  ·  view source on GitHub ↗

Create a default ToolContext for tests

()

Source from the content-addressed store, hash-verified

10
11/// Create a default ToolContext for tests
12fn test_tool_context() -> ToolContext {
13 ToolContext::new(PathBuf::from("/tmp"))
14}
15
16#[test]
17fn test_plan_step_delegation_detection() {

Calls

no outgoing calls

Tested by

no test coverage detected