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

Method Marshal

rel/sql.pb.go:754–762  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

752}
753
754func (m *SqlSelectPb) Marshal() (data []byte, err error) {
755 size := m.Size()
756 data = make([]byte, size)
757 n, err := m.MarshalTo(data)
758 if err != nil {
759 return nil, err
760 }
761 return data[:n], nil
762}
763
764func (m *SqlSelectPb) MarshalTo(data []byte) (int, error) {
765 var i int

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToMethod · 0.95

Tested by

no test coverage detected