MCPcopy
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
183type mockPlanner struct{}
184
185func (m *mockPlanner) ID() string { return "__planner" }
186func (m *mockPlanner) Name() string { return "Mock Planner" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected