MCPcopy
hub / github.com/google/mtail / Pos

Method Pos

internal/runtime/compiler/ast/ast.go:277–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275}
276
277func (n *PatternExpr) Pos() *position.Position {
278 return n.Expr.Pos()
279}
280
281func (n *PatternExpr) Type() types.Type {
282 return types.Pattern

Callers

nothing calls this directly

Calls 1

PosMethod · 0.65

Tested by

no test coverage detected