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

Method Marshal

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

Source from the content-addressed store, hash-verified

543}
544
545func (m *IncludeNodePb) Marshal() (data []byte, err error) {
546 size := m.Size()
547 data = make([]byte, size)
548 n, err := m.MarshalTo(data)
549 if err != nil {
550 return nil, err
551 }
552 return data[:n], nil
553}
554
555func (m *IncludeNodePb) MarshalTo(data []byte) (int, error) {
556 var i int

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToMethod · 0.95

Tested by

no test coverage detected