Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/mtail
/ Pos
Method
Pos
internal/runtime/compiler/ast/ast.go:190–192 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
188
}
189
190
func
(n *IndexedExpr) Pos() *position.Position {
191
return
position.Merge(n.LHS.Pos(), n.Index.Pos())
192
}
193
194
func
(n *IndexedExpr) Type() types.Type {
195
n.typMu.RLock()
Callers
nothing calls this directly
Calls
2
Merge
Function · 0.92
Pos
Method · 0.65
Tested by
no test coverage detected