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

Method Marshal

expr/node.pb.go:625–633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

623}
624
625func (m *FuncNodePb) Marshal() (data []byte, err error) {
626 size := m.Size()
627 data = make([]byte, size)
628 n, err := m.MarshalTo(data)
629 if err != nil {
630 return nil, err
631 }
632 return data[:n], nil
633}
634
635func (m *FuncNodePb) MarshalTo(data []byte) (int, error) {
636 var i int

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToMethod · 0.95

Tested by

no test coverage detected