Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Len
Method
Len
IceFireDB-SQLite/pkg/mysql/mysql/mysql_gtid.go:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
type
IntervalSlice []Interval
63
64
func
(s IntervalSlice) Len() int {
65
return
len(s)
66
}
67
68
func
(s IntervalSlice) Less(i, j int) bool {
69
if
s[i].Start < s[j].Start {
Callers
1
restore
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected