MCPcopy Create free account
hub / github.com/maruel/panicparse / scanningState

Struct scanningState

stack/context.go:445–450  ·  view source on GitHub ↗

scanningState is the state of the scan to detect and process a stack trace and stores the traces found.

Source from the content-addressed store, hash-verified

443// scanningState is the state of the scan to detect and process a stack trace
444// and stores the traces found.
445type scanningState struct {
446 *Snapshot
447 state state
448 prefix []byte
449 goroutineIndex int
450}
451
452func isFramesElidedLine(line []byte) bool {
453 // before go1.21:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected