Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TomWright/dasel
/ ChainedExpr
Struct
ChainedExpr
selector/ast/expression_complex.go:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
func
(CallExpr) expr() {}
26
27
type
ChainedExpr
struct
{
28
Exprs Expressions
29
}
30
31
func
ChainExprs(exprs ...Expr) Expr {
32
if
len(exprs) == 0 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected