Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
type
SonicEncoding
struct
{
9
}
10
11
func
(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