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

Struct parsedFile

stack/source.go:109–112  ·  view source on GitHub ↗

parsedFile is a processed Go source file.

Source from the content-addressed store, hash-verified

107
108// parsedFile is a processed Go source file.
109type parsedFile struct {
110 lineToByteOffset []int
111 parsed *ast.File
112}
113
114// getFuncAST gets the callee site function AST representation for the code
115// inside the function f at line l.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected