MCPcopy
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

UnmarshalMethod · 0.65
ReadMethod · 0.65
RunMethod · 0.65

Implementers 2

Processornetwork/protobuf/protobuf.go
Processornetwork/json/json.go

Calls

no outgoing calls

Tested by

no test coverage detected