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

Method ToPB

rel/sql.go:1536–1541  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1534 return SqlSourceFromPb(n)
1535}
1536func (m *SqlSource) ToPB() *SqlSourcePb {
1537 if m.pb == nil {
1538 m.pb = sqlSourceToPb(m)
1539 }
1540 return m.pb
1541}
1542func (m *SqlSource) Equal(s *SqlSource) bool {
1543 if m == nil && s == nil {
1544 return true

Callers

nothing calls this directly

Calls 1

sqlSourceToPbFunction · 0.85

Tested by

no test coverage detected