MCPcopy
hub / github.com/perkeep/perkeep / findCamliInclude

Function findCamliInclude

internal/osutil/paths_test.go:40–42  ·  view source on GitHub ↗
(configFile string)

Source from the content-addressed store, hash-verified

38}
39
40func findCamliInclude(configFile string) (path string, err error) {
41 return NewJSONConfigParser().ConfigFilePath(configFile)
42}
43
44// Calls OpenCamliInclude to open path, and checks that it contains "test"
45func checkOpen(t *testing.T, path string) {

Callers 2

checkOpenFunction · 0.85

Calls 1

NewJSONConfigParserFunction · 0.85

Tested by

no test coverage detected