Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ WriteU64
Method
WriteU64
utils/binary/builder.go:177–179 ·
view source on GitHub ↗
(v uint64)
Source
from the content-addressed store, hash-verified
175
}
176
177
func
(b *Builder) WriteU64(v uint64) *Builder {
178
return
writeint(b, v)
179
}
180
181
func
(b *Builder) WriteI8(v int8) *Builder {
182
return
b.WriteU8(byte(v))
Callers
5
WritePacketBytes
Method · 0.95
WriteI64
Method · 0.95
WriteDouble
Method · 0.95
FetchQRCode
Method · 0.80
GetQRCodeResult
Method · 0.80
Calls
1
writeint
Function · 0.85
Tested by
no test coverage detected