MCPcopy
hub / github.com/uber/aresdb / Call

Struct Call

query/expr/ast.go:218–222  ·  view source on GitHub ↗

Call represents a function call.

Source from the content-addressed store, hash-verified

216
217// Call represents a function call.
218type Call struct {
219 Name string
220 Args []Expr
221 ExprType Type
222}
223
224// Type returns the type.
225func (c *Call) Type() Type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected