MCPcopy
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
167func (n *UnaryExpr) Pos() *position.Position {
168 return position.Merge(&n.P, n.Expr.Pos())
169}
170
171func (n *UnaryExpr) Type() types.Type {
172 n.typMu.RLock()

Callers

nothing calls this directly

Calls 2

MergeFunction · 0.92
PosMethod · 0.65

Tested by

no test coverage detected