MCPcopy 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
32func Int(n int) string {
33 return fmt.Sprintf(":%d\r\n", n)
34}
35
36// Float
37func Float(n float64) string {

Callers 15

TestSaddFunction · 0.92
TestSremFunction · 0.92
TestSortedSetFunction · 0.92
TestSortedSetAddFunction · 0.92
TestSortedSetRemFunction · 0.92
TestSortedSetRangeByLexFunction · 0.92
TestLpushFunction · 0.92
TestLpushxFunction · 0.92

Calls

no outgoing calls

Tested by 15

TestSaddFunction · 0.74
TestSremFunction · 0.74
TestSortedSetFunction · 0.74
TestSortedSetAddFunction · 0.74
TestSortedSetRemFunction · 0.74
TestSortedSetRangeByLexFunction · 0.74
TestLpushFunction · 0.74
TestLpushxFunction · 0.74