Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Int
Function
Int
IceFireDB-PubSub/test/proto/types.go:32–34 ·
view source on GitHub ↗
Int
(n int)
Source
from the content-addressed store, hash-verified
30
31
// Int
32
func
Int(n int) string {
33
return
fmt.Sprintf(
":%d\r\n"
, n)
34
}
35
36
// Float
37
func
Float(n float64) string {
Callers
15
TestSadd
Function · 0.92
TestSrem
Function · 0.92
TestSortedSet
Function · 0.92
TestSortedSetAdd
Function · 0.92
TestSortedSetRangeByScore
Function · 0.92
TestSortedSetRem
Function · 0.92
TestSortedSetRemRangeByLex
Function · 0.92
TestSortedSetRemRangeByRank
Function · 0.92
TestSortedSetRangeRemByScore
Function · 0.92
TestSortedSetRangeByLex
Function · 0.92
TestLpush
Function · 0.92
TestLpushx
Function · 0.92
Calls
no outgoing calls
Tested by
15
TestSadd
Function · 0.74
TestSrem
Function · 0.74
TestSortedSet
Function · 0.74
TestSortedSetAdd
Function · 0.74
TestSortedSetRangeByScore
Function · 0.74
TestSortedSetRem
Function · 0.74
TestSortedSetRemRangeByLex
Function · 0.74
TestSortedSetRemRangeByRank
Function · 0.74
TestSortedSetRangeRemByScore
Function · 0.74
TestSortedSetRangeByLex
Function · 0.74
TestLpush
Function · 0.74
TestLpushx
Function · 0.74