MCPcopy
hub / github.com/TomWright/dasel / CallExpr

Struct CallExpr

selector/ast/expression_complex.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18func (UnaryExpr) expr() {}
19
20type CallExpr struct {
21 Function string
22 Args Expressions
23}
24
25func (CallExpr) expr() {}
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected