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

TypeAlias pathFormat

internal/ui.go:44–44  ·  view source on GitHub ↗

pathFormat determines how much to show.

Source from the content-addressed store, hash-verified

42
43// pathFormat determines how much to show.
44type pathFormat int
45
46const (
47 fullPath pathFormat = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected