Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/mtail
/ Pos
Method
Pos
internal/runtime/compiler/ast/ast.go:142–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
}
141
142
func
(n *BinaryExpr) Pos() *position.Position {
143
return
position.Merge(n.LHS.Pos(), n.RHS.Pos())
144
}
145
146
func
(n *BinaryExpr) Type() types.Type {
147
n.typMu.RLock()
Callers
nothing calls this directly
Calls
2
Merge
Function · 0.92
Pos
Method · 0.65
Tested by
no test coverage detected