MCPcopy 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
243func (s *UUIDSet) Encode() []byte {
244 var buf bytes.Buffer
245
246 s.encode(&buf)
247
248 return buf.Bytes()
249}
250
251func (s *UUIDSet) decode(data []byte) (int, error) {
252 if len(data) < 24 {

Callers

nothing calls this directly

Calls 2

encodeMethod · 0.95
BytesMethod · 0.45

Tested by

no test coverage detected