Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ NewReader
Function
NewReader
utils/binary/reader.go:24–28 ·
view source on GitHub ↗
(buffer []byte)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
NewReader(buffer []byte) *Reader {
25
return
&Reader{
26
buffer: buffer,
27
}
28
}
29
30
func
(r *Reader) Len() int {
31
if
r.reader != nil {
Callers
9
decodeOlPushServicePacket
Function · 0.92
decodeLoginResponse
Method · 0.92
FetchQRCode
Method · 0.92
GetQRCodeResult
Method · 0.92
UnmarshalSigInfo
Function · 0.92
ReadResponse
Method · 0.92
readSSOFrame
Method · 0.92
Unmarshal
Method · 0.92
ParseMessageElements
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected