Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/name5566/leaf
/ Unmarshal
Method
Unmarshal
network/processor.go:7–7 ·
view source on GitHub ↗
must goroutine safe
(data []byte)
Source
from the content-addressed store, hash-verified
5
Route(msg
interface
{}, userData
interface
{}) error
6
// must goroutine safe
7
Unmarshal(data []byte) (
interface
{}, error)
8
// must goroutine safe
9
Marshal(msg
interface
{}) ([][]byte, error)
10
}
Callers
3
Unmarshal
Method · 0.65
Read
Method · 0.65
Run
Method · 0.65
Implementers
2
Processor
network/protobuf/protobuf.go
Processor
network/json/json.go
Calls
no outgoing calls
Tested by
no test coverage detected