Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
923
func
(m *ValueNode) Expr() *Expr {
924
return
&Expr{Value: m.Value.ToString()}
925
}
926
func
(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
ToString
Method · 0.65
Tested by
no test coverage detected