MCPcopy
hub / github.com/google/mtail / Error

Struct Error

internal/runtime/compiler/ast/ast.go:411–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411type Error struct {
412 P position.Position
413 Spelling string
414}
415
416func (n *Error) Pos() *position.Position {
417 return &n.P

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected