Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
411
type
Error
struct
{
412
P position.Position
413
Spelling string
414
}
415
416
func
(n *Error) Pos() *position.Position {
417
return
&n.P
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected