Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
func
(UnaryExpr) expr() {}
19
20
type
CallExpr
struct
{
21
Function string
22
Args Expressions
23
}
24
25
func
(CallExpr) expr() {}
26
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected