Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
func
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
NewStreamRecord
Function · 0.92
Calls
1
decode
Function · 0.85
Tested by
no test coverage detected