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

Method Expr

expr/node.go:923–925  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

921 return &ValueNode{}
922}
923func (m *ValueNode) Expr() *Expr {
924 return &Expr{Value: m.Value.ToString()}
925}
926func (m *ValueNode) FromExpr(e *Expr) error {
927 if len(e.Value) > 0 {
928 m.Value = value.NewStringValue(e.Value)

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.65

Tested by

no test coverage detected