Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/ax
/ mockPlanner
Struct
mockPlanner
internal/multi_test.go:183–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
type
mockPlanner
struct
{}
184
185
func
(m *mockPlanner) ID() string {
return
"__planner"
}
186
func
(m *mockPlanner) Name() string {
return
"Mock Planner"
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected