MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / String

Method String

IceFireDB-SQLite/pkg/mysql/mysql/mysql_gtid.go:227–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225}
226
227func (s *UUIDSet) String() string {
228 return hack.String(s.Bytes())
229}
230
231func (s *UUIDSet) encode(w io.Writer) {
232 _, _ = w.Write(s.SID.Bytes())

Callers

nothing calls this directly

Calls 2

BytesMethod · 0.95
StringMethod · 0.65

Tested by

no test coverage detected