MCPcopy Index your code
hub / github.com/google/go-github / mustRel

Function mustRel

tools/metadata/main_test.go:223–228  ·  view source on GitHub ↗
(t *testing.T, base, target string)

Source from the content-addressed store, hash-verified

221}
222
223func mustRel(t *testing.T, base, target string) string {
224 t.Helper()
225 rel, err := filepath.Rel(base, target)
226 assertNilError(t, err)
227 return rel
228}
229
230func copyDir(t *testing.T, dst, src string) error {
231 fmt.Println("dst", dst)

Callers 3

updateGoldenDirFunction · 0.85
checkGoldenDirFunction · 0.85
copyDirFunction · 0.85

Calls 1

assertNilErrorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…