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

Function parseScanArgs

scan.go:72–78  ·  view source on GitHub ↗
(args []string)

Source from the content-addressed store, hash-verified

70}
71
72func parseScanArgs(args []string) (cursor []byte, match string, count int, desc bool, err error) {
73 cursor, match, count, desc, err = parseXScanArgs(args)
74 if bytes.Equal(cursor, nilCursorRedis) {
75 cursor = nilCursorLedis
76 }
77 return
78}
79
80type scanCommandGroup struct {
81 lastCursor []byte

Callers

nothing calls this directly

Calls 2

parseXScanArgsFunction · 0.85
EqualMethod · 0.65

Tested by

no test coverage detected