-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 213: make db.reset() explicit (#222)
* add prototype While the method was being used by dawige.db.view() there was no prototype that identified its existence. Added it with basic comments. * implementation for shelve While dawgie.db.post already implemented dawgie.db.reset(), needed dawgie.db.shelve to do the same thing. * test dawgie.db.reset() Both dawgie.db.post and dawgie.db.shelve behave the same.
- Loading branch information
1 parent
f47a0aa
commit 9beca4d
Showing
4 changed files
with
89 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters