Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ put_links
Method
put_links
keepercommander/storage/sqlite.py:65–66 ·
view source on GitHub ↗
(self, links)
Source
from the content-addressed store, hash-verified
63
f
'SqliteLinkStorage: Object UID column "{object_column}"is not indexed in table "{schema.table_name}".'
)
64
65
def
put_links(self, links):
66
self.put(links)
67
68
@staticmethod
69
def
expand_link_to_tuple(links):
Callers
nothing calls this directly
Calls
1
put
Method · 0.80
Tested by
no test coverage detected