Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ UUID
Method
UUID
protocol/net/io/encoding/reader.go:181–186 ·
view source on GitHub ↗
(u *uuid.UUID)
Source
from the content-addressed store, hash-verified
179
}
180
181
func
(r Reader) UUID(u *uuid.UUID) error {
182
d, err := r.readBytes(16)
183
184
*u = uuid.UUID(d)
185
return
err
186
}
187
188
func
(r Reader) BitSet(data *BitSet) error {
189
var
l int32
Callers
12
Encode
Method · 0.45
Encode
Method · 0.45
Decode
Method · 0.45
Encode
Method · 0.45
Decode
Method · 0.45
Encode
Method · 0.45
Encode
Method · 0.45
Encode
Method · 0.45
Decode
Method · 0.45
Encode
Method · 0.45
Encode
Method · 0.45
Decode
Method · 0.45
Calls
1
readBytes
Method · 0.95
Tested by
no test coverage detected