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

Function greater

IceFireDB-PubSub/pkg/router/mapper.go:68–72  ·  view source on GitHub ↗
(num int)

Source from the content-addressed store, hash-verified

66}
67
68func greater(num int) VerifyFunc {
69 return func(argsLen int) bool {
70 return argsLen >= num
71 }
72}
73
74func modulos(num, modVal int) VerifyFunc {
75 return func(argsLen int) bool {

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected