Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/upper/db
/ Len
Method
Len
cond.go:106–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
type
condKeys []
interface
{}
105
106
func
(ck condKeys) Len() int {
107
return
len(ck)
108
}
109
110
func
(ck condKeys) Less(i, j int) bool {
111
return
fmt.Sprintf(
"%v"
, ck[i]) < fmt.Sprintf(
"%v"
, ck[j])
Callers
3
toInterfaceArray
Function · 0.45
TestStringAndInt64Array
Method · 0.45
TestStringAndInt64Array
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestStringAndInt64Array
Method · 0.36
TestStringAndInt64Array
Method · 0.36