()
| 1534 | return SqlSourceFromPb(n) |
| 1535 | } |
| 1536 | func (m *SqlSource) ToPB() *SqlSourcePb { |
| 1537 | if m.pb == nil { |
| 1538 | m.pb = sqlSourceToPb(m) |
| 1539 | } |
| 1540 | return m.pb |
| 1541 | } |
| 1542 | func (m *SqlSource) Equal(s *SqlSource) bool { |
| 1543 | if m == nil && s == nil { |
| 1544 | return true |
nothing calls this directly
no test coverage detected