MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / has

Method has

redimo.go:225–233  ·  view source on GitHub ↗
(flag Flag)

Source from the content-addressed store, hash-verified

223type Flags []Flag
224
225func (flags Flags) has(flag Flag) bool {
226 for _, f := range flags {
227 if f == flag {
228 return true
229 }
230 }
231
232 return false
233}
234
235func conditionFailureError(err error) bool {
236 if err == nil {

Callers 3

msetMethod · 0.80
listPushActionsMethod · 0.80
ZADDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected