Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
func
(e encoder) MarshalBinary() (data []byte, err error) {
133
return
nil, nil
134
}
135
136
func
(e encoder) UnmarshalBinary(data []byte) error {
137
return
nil
Callers
1
Marshal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected