MCPcopy
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
190func (n *IndexedExpr) Pos() *position.Position {
191 return position.Merge(n.LHS.Pos(), n.Index.Pos())
192}
193
194func (n *IndexedExpr) Type() types.Type {
195 n.typMu.RLock()

Callers

nothing calls this directly

Calls 2

MergeFunction · 0.92
PosMethod · 0.65

Tested by

no test coverage detected