MCPcopy Index your code
hub / github.com/MiniCodeMonkey/chief / mockProvider

Struct mockProvider

internal/loop/loop_test.go:18–20  ·  view source on GitHub ↗

mockProvider implements Provider for tests without importing agent (avoids import cycle).

Source from the content-addressed store, hash-verified

16
17// mockProvider implements Provider for tests without importing agent (avoids import cycle).
18type mockProvider struct {
19 cliPath string // if set, used as CLI path; otherwise "claude"
20}
21
22func (m *mockProvider) Name() string { return "Test" }
23func (m *mockProvider) CLIPath() string { return m.path() }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected