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

Method Subdir

internal/policy/source/source_test.go:529–532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

527}
528
529func (m mockPolicySource) Subdir() string {
530 args := m.Called()
531 return args.String(0)
532}
533
534func (m mockPolicySource) Type() PolicyType {
535 args := m.Called()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected