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

Struct BuiltinExpr

internal/runtime/compiler/ast/ast.go:109–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109type BuiltinExpr struct {
110 P position.Position
111 Name string
112 Args Node
113
114 typMu sync.RWMutex
115 typ types.Type
116}
117
118func (n *BuiltinExpr) Pos() *position.Position {
119 return &n.P

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected