Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/maruel/panicparse
/ functions
Functions
745 in github.com/maruel/panicparse
⨍
Functions
745
◇
Types & classes
31
Function
TestSignature_Similar
(t *testing.T)
stack/stack_test.go:297
Function
TestSnapshotHandler
(t *testing.T)
stack/webstack/webstack_test.go:14
Function
TestSnapshotHandler_Err
(t *testing.T)
stack/webstack/webstack_test.go:38
Function
TestSnapshotHandler_LargeMemory
(t *testing.T)
stack/webstack/webstack_test.go:69
Function
TestSnapshotHandler_Method_POST
(t *testing.T)
stack/webstack/webstack_test.go:59
Function
TestSnapshot_ToHTML
(t *testing.T)
stack/html_test.go:241
Function
TestSplitPath
(t *testing.T)
stack/context_test.go:1420
Function
TestStackLines
(t *testing.T)
internal/ui_test.go:105
Function
TestSymbol
(t *testing.T)
stack/html_test.go:208
Function
TestTrimCurlyBrackets
(t *testing.T)
stack/context_test.go:2143
Function
TestTrimLeftSpace
(t *testing.T)
stack/context_test.go:2136
Method
ToHTML
ToHTML formats the aggregated buckets as HTML to the writer. Use footer to add custom HTML at the bottom of the page.
stack/html.go:24
Method
ToHTML
ToHTML formats the snapshot as HTML to the writer. Use footer to add custom HTML at the bottom of the page.
stack/html.go:36
Function
URL1Handler
URL1Handler is a http.HandlerFunc that hangs.
cmd/panicweb/internal/internal.go:37
Function
URL2Handler
URL2Handler is a http.HandlerFunc that hangs.
cmd/panicweb/internal/internal.go:48
Function
_
()
stack/state_string.go:7
Function
_
()
stack/location_string.go:7
Method
equal
equal returns true only if both arguments are exactly equal.
stack/stack.go:250
Method
equal
equal returns true only if both calls are exactly equal.
stack/stack.go:479
Method
equal
equal returns true on if both call stacks are exactly equal.
stack/stack.go:519
Function
funcClass
(c *Call)
stack/html.go:67
Function
init
()
stack/stack_test.go:338
Method
less
less compares two Signature, where the ones that are less are more important, so they come up front. A Signature with more private functions is 'less'
stack/stack.go:736
Function
main
()
main.go:18
Function
main
()
stack/regen.go:75
Function
main
()
cmd/pp/main.go:18
Function
main
()
cmd/panicweb/main.go:45
Function
main
()
cmd/panic/main.go:47
Method
merge
merge merges two similar Call, zapping out differences.
stack/stack.go:490
Method
merge
merge merges two similar Stack, zapping out differences.
stack/stack.go:546
Function
minus
(i, j int)
stack/html.go:79
Function
panicRace
()
cmd/panic/main.go:157
Function
panickingHandler
panickingHandler is an http.HandlerFunc that panics.
stack/example_test.go:231
Method
similar
similar returns true if the two Args are equal or almost but not quite equal.
stack/stack.go:264
Method
similar
similar returns true if the two Call are equal or almost but not quite equal.
stack/stack.go:485
Method
similar
similar returns true if the two Stack are equal or almost but not quite equal.
stack/stack.go:533
Function
sysHang
()
cmd/panicweb/main_others.go:9
Function
sysHang
()
cmd/panicweb/main_windows.go:11
Function
testPanicArgsElided
(t *testing.T, s *Snapshot, b *bytes.Buffer, ppDir string)
stack/context_test.go:1795
Function
testPanicMismatched
(t *testing.T, s *Snapshot, b *bytes.Buffer, ppDir string)
stack/context_test.go:1828
Function
testPanicRace
(t *testing.T, s *Snapshot, b *bytes.Buffer, ppDir string)
stack/context_test.go:1867
Function
testPanicStr
(t *testing.T, s *Snapshot, b *bytes.Buffer, ppDir string)
stack/context_test.go:1969
Function
testPanicUTF8
(t *testing.T, s *Snapshot, b *bytes.Buffer, ppDir string)
stack/context_test.go:2001
Method
updateLocations
updateLocations calls updateLocations on each call frame and returns true if they were all resolved.
stack/stack.go:630
Method
updateLocations
updateLocations calls updateLocations on both CreatedBy and Stack and returns true if they were both resolved.
stack/stack.go:774
← previous
701–745 of 745, ranked by callers