Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/mtail
/ Pos
Method
Pos
internal/runtime/compiler/ast/ast.go:167–169 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
}
166
167
func
(n *UnaryExpr) Pos() *position.Position {
168
return
position.Merge(&n.P, n.Expr.Pos())
169
}
170
171
func
(n *UnaryExpr) Type() types.Type {
172
n.typMu.RLock()
Callers
nothing calls this directly
Calls
2
Merge
Function · 0.92
Pos
Method · 0.65
Tested by
no test coverage detected