MCPcopy Create free account
hub / github.com/conforma/cli / mockPolicySource

Struct mockPolicySource

internal/policy/source/source_test.go:515–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515type mockPolicySource struct {
516 *mock.Mock
517}
518
519func (m mockPolicySource) GetPolicy(ctx context.Context, dest string, msgs bool) (string, error) {
520 args := m.Called(ctx, dest, msgs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected