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

Function pathJoin

stack/stack.go:862–864  ·  view source on GitHub ↗
(s ...string)

Source from the content-addressed store, hash-verified

860}
861
862func pathJoin(s ...string) string {
863 return strings.Join(s, "/")
864}
865
866type uint64Slice []uint64
867

Callers 14

TestGomoduleComplexFunction · 0.85
TestPanicFunction · 0.85
testPanicArgsElidedFunction · 0.85
testPanicMismatchedFunction · 0.85
testPanicRaceFunction · 0.85
testPanicStrFunction · 0.85
testPanicUTF8Function · 0.85
TestPanicwebFunction · 0.85
TestCallPkgFunction · 0.85
updateLocationsMethod · 0.85

Calls

no outgoing calls

Tested by 11

TestGomoduleComplexFunction · 0.68
TestPanicFunction · 0.68
testPanicArgsElidedFunction · 0.68
testPanicMismatchedFunction · 0.68
testPanicRaceFunction · 0.68
testPanicStrFunction · 0.68
testPanicUTF8Function · 0.68
TestPanicwebFunction · 0.68
TestCallPkgFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…