Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Encode
Method
Encode
IceFireDB-SQLite/pkg/mysql/mysql/mysql_gtid.go:243–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
241
}
242
243
func
(s *UUIDSet) Encode() []byte {
244
var
buf bytes.Buffer
245
246
s.encode(&buf)
247
248
return
buf.Bytes()
249
}
250
251
func
(s *UUIDSet) decode(data []byte) (int, error) {
252
if
len(data) < 24 {
Callers
nothing calls this directly
Calls
2
encode
Method · 0.95
Bytes
Method · 0.45
Tested by
no test coverage detected