MCPcopy Create free account
hub / github.com/AdRoll/baker / pathToURI

Function pathToURI

input/list_test.go:85–87  ·  view source on GitHub ↗
(p string)

Source from the content-addressed store, hash-verified

83}
84
85func pathToURI(p string) string {
86 return "file://" + filepath.ToSlash(p)
87}
88
89func TestListBasic(t *testing.T) {
90 dir, rmdir := testutil.TempDir(t)

Callers 1

TestListBasicFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected