Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Db.Keys() #16

Open
0xnullifier opened this issue Dec 16, 2024 · 0 comments
Open

Implement Db.Keys() #16

0xnullifier opened this issue Dec 16, 2024 · 0 comments
Labels
easy This easy solve this if you are a beginner! enhancement New feature or request

Comments

@0xnullifier
Copy link
Collaborator

0xnullifier commented Dec 16, 2024

The Keys() function returns all the keys for the store. These functions are implemented in the Indexer interface for various type of Indexer but in this issue I want you to create a primitive version of the same to just Walk the file system and returns all the Keys in the db.

HINT Find a way in os module to do so

NOTE If you implement test suites for the Keys function you get points for the MEDIUM

@0xnullifier 0xnullifier added enhancement New feature or request easy This easy solve this if you are a beginner! labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy This easy solve this if you are a beginner! enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant