Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
862
func
pathJoin(s ...string) string {
863
return
strings.Join(s,
"/"
)
864
}
865
866
type
uint64Slice []uint64
867
Callers
14
TestScanSnapshotSyntheticTwoSnapshots
Function · 0.85
TestGomoduleComplex
Function · 0.85
TestPanic
Function · 0.85
testPanicArgsElided
Function · 0.85
testPanicMismatched
Function · 0.85
testPanicRace
Function · 0.85
testPanicStr
Function · 0.85
testPanicUTF8
Function · 0.85
TestPanicweb
Function · 0.85
identifyPanicwebSignature
Function · 0.85
TestCallPkg
Function · 0.85
updateLocations
Method · 0.85
Calls
no outgoing calls
Tested by
11
TestScanSnapshotSyntheticTwoSnapshots
Function · 0.68
TestGomoduleComplex
Function · 0.68
TestPanic
Function · 0.68
testPanicArgsElided
Function · 0.68
testPanicMismatched
Function · 0.68
testPanicRace
Function · 0.68
testPanicStr
Function · 0.68
testPanicUTF8
Function · 0.68
TestPanicweb
Function · 0.68
identifyPanicwebSignature
Function · 0.68
TestCallPkg
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…