Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-eagle/eagle
/ GobEncoding
Struct
GobEncoding
pkg/encoding/gob_encoding.go:9–9 ·
view source on GitHub ↗
GobEncoding gob encode
Source
from the content-addressed store, hash-verified
7
8
// GobEncoding gob encode
9
type
GobEncoding
struct
{}
10
11
// Marshal gob encode
12
func
(g GobEncoding) Marshal(v
interface
{}) ([]byte, error) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected