Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ store
Method
store
keepercommander/storage/sqlite.py:119–120 ·
view source on GitHub ↗
(self, record)
Source
from the content-addressed store, hash-verified
117
return
next(self.select_all(), None)
118
119
def
store(self, record):
120
self.put([record])
121
122
def
delete(self):
123
self.delete_all()
Callers
nothing calls this directly
Calls
1
put
Method · 0.80
Tested by
no test coverage detected