MCPcopy Create free account
hub / github.com/araddon/qlbridge / Expr

Method Expr

expr/node.go:1976–1982  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1974 }
1975}
1976func (m *ArrayNode) Expr() *Expr {
1977 fe := &Expr{}
1978 if len(m.Args) > 0 {
1979 fe.Args = ExprsFromNodes(m.Args)
1980 }
1981 return fe
1982}
1983func (m *ArrayNode) FromExpr(e *Expr) error {
1984 if len(e.Op) > 0 {
1985 return fmt.Errorf("Unrecognized expression %+v", e)

Callers

nothing calls this directly

Calls 1

ExprsFromNodesFunction · 0.85

Tested by

no test coverage detected