MCPcopy Create free account
hub / github.com/containers/image / TestResolvePathToFullyExplicit

Function TestResolvePathToFullyExplicit

directory/explicitfilepath/path_test.go:161–166  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

159}
160
161func TestResolvePathToFullyExplicit(t *testing.T) {
162 for _, c := range testCases {
163 runPathResolvingTestCase(t, ResolvePathToFullyExplicit, c, "")
164 runPathResolvingTestCase(t, ResolvePathToFullyExplicit, c, "/trailing")
165 }
166}
167
168func TestResolveExistingPathToFullyExplicit(t *testing.T) {
169 for _, c := range testCases {

Callers

nothing calls this directly

Calls 1

runPathResolvingTestCaseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…