MCPcopy
hub / github.com/ha/doozerd / TestCheckGoodPaths

Function TestCheckGoodPaths

src/pkg/store/store_test.go:100–105  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

98}
99
100func TestCheckGoodPaths(t *testing.T) {
101 for _, k := range GoodPaths {
102 err := checkPath(k)
103 assert.Equalf(t, nil, err, "for path %q", k)
104 }
105}
106
107func TestEncodeSet(t *testing.T) {
108 for _, x := range SetKVRM {

Callers

nothing calls this directly

Calls 1

checkPathFunction · 0.85

Tested by

no test coverage detected