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

TypeAlias state

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

state is the state of the scan to detect and process a stack trace.

Source from the content-addressed store, hash-verified

325
326// state is the state of the scan to detect and process a stack trace.
327type state int
328
329// Initial state is looking. Other states are when a stack trace is detected.
330const (

Callers 1

StringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected