Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/mtail
/ Pos
Method
Pos
internal/runtime/compiler/ast/ast.go:277–279 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
275
}
276
277
func
(n *PatternExpr) Pos() *position.Position {
278
return
n.Expr.Pos()
279
}
280
281
func
(n *PatternExpr) Type() types.Type {
282
return
types.Pattern
Callers
nothing calls this directly
Calls
1
Pos
Method · 0.65
Tested by
no test coverage detected