MCPcopy Create free account
hub / github.com/go-dev-frame/sponge / MarshalBinary

Method MarshalBinary

pkg/encoding/encoding_test.go:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132func (e encoder) MarshalBinary() (data []byte, err error) {
133 return nil, nil
134}
135
136func (e encoder) UnmarshalBinary(data []byte) error {
137 return nil

Callers 1

MarshalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected