MCPcopy Index your code
hub / github.com/maruel/panicparse / TestSplitPath

Function TestSplitPath

stack/context_test.go:1420–1425  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1418}
1419
1420func TestSplitPath(t *testing.T) {
1421 t.Parallel()
1422 if p := splitPath(""); p != nil {
1423 t.Fatalf("expected nil, got: %v", p)
1424 }
1425}
1426
1427func TestGetGOPATHs(t *testing.T) {
1428 // This test cannot run in parallel.

Callers

nothing calls this directly

Calls 1

splitPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…