Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LagrangeDev/LagrangeGo
/ WriteBytes
Method
WriteBytes
utils/binary/builder.go:137–140 ·
view source on GitHub ↗
(v []byte)
Source
from the content-addressed store, hash-verified
135
}
136
137
func
(b *Builder) WriteBytes(v []byte) *Builder {
138
_, _ = b.Write(v)
139
return
b
140
}
141
142
func
(b *Builder) WriteLenString(v string) *Builder {
143
return
b.WriteLenBytes(utils.S2B(v))
Callers
15
Marshal
Method · 0.95
Marshal
Method · 0.95
WritePacketBytes
Method · 0.95
WriteLenBytes
Method · 0.95
buildPasswordLoginRequest
Function · 0.80
buildCode2dPacket
Method · 0.80
QRCodeLogin
Method · 0.80
PackPacket
Method · 0.80
T106
Function · 0.80
T124
Function · 0.80
T145
Function · 0.80
T16a
Function · 0.80
Calls
1
Write
Method · 0.95
Tested by
4
TestBuilder
Function · 0.64
BenchmarkNewBuilder128
Function · 0.64
BenchmarkNewBuilder128_3
Function · 0.64
BenchmarkNewBuilder128_5
Function · 0.64