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

Struct dataLine

stack/source_test.go:1483–1489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1481 createTree(t, root, tree)
1482
1483 type dataLine struct {
1484 name string
1485 src string
1486 line int
1487 args Args
1488 errRe string
1489 }
1490 // Note: these tests assumes an OS running in English-US locale. That should
1491 // eventually be fixed, maybe by using regexes?
1492 msgRe := ".+"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected