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

Method FromPB

rel/sql.go:1533–1535  ·  view source on GitHub ↗
(n *SqlSourcePb)

Source from the content-addressed store, hash-verified

1531 return nil
1532}
1533func (m *SqlSource) FromPB(n *SqlSourcePb) *SqlSource {
1534 return SqlSourceFromPb(n)
1535}
1536func (m *SqlSource) ToPB() *SqlSourcePb {
1537 if m.pb == nil {
1538 m.pb = sqlSourceToPb(m)

Callers 1

statementFromPbFunction · 0.95

Calls 1

SqlSourceFromPbFunction · 0.85

Tested by

no test coverage detected