MCPcopy
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
142func (n *BinaryExpr) Pos() *position.Position {
143 return position.Merge(n.LHS.Pos(), n.RHS.Pos())
144}
145
146func (n *BinaryExpr) Type() types.Type {
147 n.typMu.RLock()

Callers

nothing calls this directly

Calls 2

MergeFunction · 0.92
PosMethod · 0.65

Tested by

no test coverage detected