MCPcopy Index your code
hub / github.com/go-eagle/eagle / SonicEncoding

Struct SonicEncoding

pkg/encoding/sonic_encoding.go:8–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type SonicEncoding struct {
9}
10
11func (s SonicEncoding) Marshal(v interface{}) ([]byte, error) {
12 buf, err := sonic.Marshal(v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected