Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
529
func
(m mockPolicySource) Subdir() string {
530
args := m.Called()
531
return
args.String(0)
532
}
533
534
func
(m mockPolicySource) Type() PolicyType {
535
args := m.Called()
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected