MCPcopy Create free account
hub / github.com/go-dev-frame/sponge / Unmarshal

Method Unmarshal

pkg/encoding/encoding.go:23–23  ·  view source on GitHub ↗

Unmarshal parses the wire format into v.

(data []byte, v interface{})

Source from the content-addressed store, hash-verified

21 Marshal(v interface{}) ([]byte, error)
22 // Unmarshal parses the wire format into v.
23 Unmarshal(data []byte, v interface{}) error
24 // Name returns the name of the Codec implementation. The returned string
25 // will be used as part of content type in transmission. The result must be
26 // static; the result cannot change between calls.

Callers 15

UnmarshalFunction · 0.65
UnmarshalMethod · 0.65
UnmarshalMethod · 0.65
UnmarshalMethod · 0.65
UnmarshalMethod · 0.65
UnmarshalMethod · 0.65
UnmarshalMethod · 0.65
getUserFunction · 0.65
getUserFunction · 0.65
DecodeSignedCookieFunction · 0.65
TestHandleAPIListFunction · 0.65
ParseFunction · 0.65

Implementers 3

codecpkg/encoding/encoding_test.go
codecpkg/encoding/proto/proto.go
codecpkg/encoding/json/json.go

Calls

no outgoing calls

Tested by 7

getUserFunction · 0.52
getUserFunction · 0.52
TestHandleAPIListFunction · 0.52
Test_statGroup_checkFunction · 0.52
ProcessTaskMethod · 0.52