MCPcopy Create free account
hub / github.com/cogentcore/core / Decode

Method Decode

base/iox/decoder.go:21–21  ·  view source on GitHub ↗

Decode decodes from io.Reader specified at creation

(v any)

Source from the content-addressed store, hash-verified

19type Decoder interface {
20 // Decode decodes from io.Reader specified at creation
21 Decode(v any) error
22}
23
24// DecoderFunc is a function that creates a new Decoder for given reader

Callers 15

OpenImageFunction · 0.65
OpenImageFunction · 0.65
OpenImageFunction · 0.65
OpenImageFunction · 0.65
sendKeyChordMethod · 0.65
DecodeFileFSFunction · 0.65
ReadObjMethod · 0.65
ReadSceneMethod · 0.65
FromMultipartFunction · 0.65
ReadFunction · 0.65
ReadFunction · 0.65
FromBase64PNGFunction · 0.65

Implementers 1

Decoderxyz/io/obj/obj.go

Calls

no outgoing calls

Tested by 3

TestSignPKCS7Function · 0.52
TestWriterFunction · 0.52
RunChordDecodeFunction · 0.52