MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / Decode

Function Decode

utils/audio/info.go:73–79  ·  view source on GitHub ↗
(r io.ReadSeeker)

Source from the content-addressed store, hash-verified

71}
72
73func Decode(r io.ReadSeeker) (*Info, error) {
74 defer func() {
75 _, _ = r.Seek(0, io.SeekStart)
76 }()
77 _, _ = r.Seek(0, io.SeekStart)
78 return decode(r, false)
79}

Callers 1

NewStreamRecordFunction · 0.92

Calls 1

decodeFunction · 0.85

Tested by

no test coverage detected