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

Method FromPB

expr/node.go:919–922  ·  view source on GitHub ↗
(n *NodePb)

Source from the content-addressed store, hash-verified

917 return nil
918}
919func (m *ValueNode) FromPB(n *NodePb) Node {
920 u.Errorf("Not implemented %#v", n)
921 return &ValueNode{}
922}
923func (m *ValueNode) Expr() *Expr {
924 return &Expr{Value: m.Value.ToString()}
925}

Callers 1

NodeFromNodePbFunction · 0.95

Calls 1

ErrorfMethod · 0.80

Tested by

no test coverage detected