MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / IsPrefixSearchScan

Function IsPrefixSearchScan

errors.go:38–40  ·  view source on GitHub ↗

IsPrefixSearchScan is true if prefix and search scanning not found the result.

(err error)

Source from the content-addressed store, hash-verified

36
37// IsPrefixSearchScan is true if prefix and search scanning not found the result.
38func IsPrefixSearchScan(err error) bool {
39 return errors.Is(err, ErrPrefixSearchScan)
40}

Callers 1

TestIsPrefixSearchScanFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestIsPrefixSearchScanFunction · 0.68