MCPcopy Create free account

hub / github.com/maruel/panicparse / functions

Functions745 in github.com/maruel/panicparse

FunctionTestSignature_Similar
(t *testing.T)
stack/stack_test.go:297
FunctionTestSnapshotHandler
(t *testing.T)
stack/webstack/webstack_test.go:14
FunctionTestSnapshotHandler_Err
(t *testing.T)
stack/webstack/webstack_test.go:38
FunctionTestSnapshotHandler_LargeMemory
(t *testing.T)
stack/webstack/webstack_test.go:69
FunctionTestSnapshotHandler_Method_POST
(t *testing.T)
stack/webstack/webstack_test.go:59
FunctionTestSnapshot_ToHTML
(t *testing.T)
stack/html_test.go:241
FunctionTestSplitPath
(t *testing.T)
stack/context_test.go:1420
FunctionTestStackLines
(t *testing.T)
internal/ui_test.go:105
FunctionTestSymbol
(t *testing.T)
stack/html_test.go:208
FunctionTestTrimCurlyBrackets
(t *testing.T)
stack/context_test.go:2143
FunctionTestTrimLeftSpace
(t *testing.T)
stack/context_test.go:2136
MethodToHTML
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
MethodToHTML
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
FunctionURL1Handler
URL1Handler is a http.HandlerFunc that hangs.
cmd/panicweb/internal/internal.go:37
FunctionURL2Handler
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
Methodequal
equal returns true only if both arguments are exactly equal.
stack/stack.go:250
Methodequal
equal returns true only if both calls are exactly equal.
stack/stack.go:479
Methodequal
equal returns true on if both call stacks are exactly equal.
stack/stack.go:519
FunctionfuncClass
(c *Call)
stack/html.go:67
Functioninit
()
stack/stack_test.go:338
Methodless
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
Functionmain
()
main.go:18
Functionmain
()
stack/regen.go:75
Functionmain
()
cmd/pp/main.go:18
Functionmain
()
cmd/panicweb/main.go:45
Functionmain
()
cmd/panic/main.go:47
Methodmerge
merge merges two similar Call, zapping out differences.
stack/stack.go:490
Methodmerge
merge merges two similar Stack, zapping out differences.
stack/stack.go:546
Functionminus
(i, j int)
stack/html.go:79
FunctionpanicRace
()
cmd/panic/main.go:157
FunctionpanickingHandler
panickingHandler is an http.HandlerFunc that panics.
stack/example_test.go:231
Methodsimilar
similar returns true if the two Args are equal or almost but not quite equal.
stack/stack.go:264
Methodsimilar
similar returns true if the two Call are equal or almost but not quite equal.
stack/stack.go:485
Methodsimilar
similar returns true if the two Stack are equal or almost but not quite equal.
stack/stack.go:533
FunctionsysHang
()
cmd/panicweb/main_others.go:9
FunctionsysHang
()
cmd/panicweb/main_windows.go:11
FunctiontestPanicArgsElided
(t *testing.T, s *Snapshot, b *bytes.Buffer, ppDir string)
stack/context_test.go:1795
FunctiontestPanicMismatched
(t *testing.T, s *Snapshot, b *bytes.Buffer, ppDir string)
stack/context_test.go:1828
FunctiontestPanicRace
(t *testing.T, s *Snapshot, b *bytes.Buffer, ppDir string)
stack/context_test.go:1867
FunctiontestPanicStr
(t *testing.T, s *Snapshot, b *bytes.Buffer, ppDir string)
stack/context_test.go:1969
FunctiontestPanicUTF8
(t *testing.T, s *Snapshot, b *bytes.Buffer, ppDir string)
stack/context_test.go:2001
MethodupdateLocations
updateLocations calls updateLocations on each call frame and returns true if they were all resolved.
stack/stack.go:630
MethodupdateLocations
updateLocations calls updateLocations on both CreatedBy and Stack and returns true if they were both resolved.
stack/stack.go:774
← previous701–745 of 745, ranked by callers