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

Function defaultOpts

stack/context_test.go:2483–2488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2481//
2482
2483func defaultOpts() *Opts {
2484 o := DefaultOpts()
2485 o.GuessPaths = false
2486 o.AnalyzeSources = false
2487 return o
2488}
2489
2490// getPanicParseDir returns the path to the root directory of panicparse
2491// package, using "/" as path separator.

Callers 15

TestGomoduleComplexFunction · 0.85
TestGoRunFunction · 0.85
TestPanicFunction · 0.85
TestPanicwebFunction · 0.85
TestAggregateAggressiveFunction · 0.85

Calls 1

DefaultOptsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…