Skip to content

BasicKV::PrefixLookup: I notice the founction may return one KV pair. it is designing for that or a bug? #133

@SYaoJun

Description

@SYaoJun

expection

if I insert five pairs:
"hello": 1,
"hey": 2,
"hi": 3,
"holy":4,
"haha": 5

the prefixlookup("he") should return 2 kv pairs:
"hello": 1,
"hey": 2,
but the current code maybe return one kv pair, or return all the ascscan KV pairs.

code

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions