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

Struct IndexedExpr

internal/runtime/compiler/ast/ast.go:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183type IndexedExpr struct {
184 LHS, Index Node
185
186 typMu sync.RWMutex
187 typ types.Type
188}
189
190func (n *IndexedExpr) Pos() *position.Position {
191 return position.Merge(n.LHS.Pos(), n.Index.Pos())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected