MCPcopy Create free account
hub / github.com/microsoft/typescript-go / UnmarshalDecode

Function UnmarshalDecode

internal/json/json.go:61–63  ·  view source on GitHub ↗
(in *jsontext.Decoder, out any, opts ...json.Options)

Source from the content-addressed store, hash-verified

59}
60
61func UnmarshalDecode(in *jsontext.Decoder, out any, opts ...json.Options) (err error) {
62 return json.UnmarshalDecode(in, out, opts...)
63}
64
65func UnmarshalRead(in io.Reader, out any, opts ...json.Options) (err error) {
66 return json.UnmarshalRead(in, out, opts...)

Callers 15

UnmarshalJSONFromMethod · 0.92
UnmarshalJSONFromMethod · 0.92
UnmarshalJSONFromMethod · 0.92
UnmarshalJSONFromMethod · 0.92
UnmarshalJSONFromMethod · 0.92
UnmarshalJSONFromMethod · 0.92
UnmarshalJSONFromMethod · 0.92
UnmarshalJSONFromMethod · 0.92
UnmarshalJSONFromMethod · 0.92
UnmarshalJSONFromMethod · 0.92
UnmarshalJSONFromMethod · 0.92
UnmarshalJSONFromMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected