Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ has_data
Function
has_data
keepercommander/nested_share_folder/sync.py:158–159 ·
view source on GitHub ↗
(acc)
Source
from the content-addressed store, hash-verified
156
157
158
def
has_data(acc):
159
return
any(len(v) > 0
for
v in acc.values())
160
161
162
def
process(params, acc):
Callers
2
test_accumulator_and_has_data
Method · 0.90
process
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_accumulator_and_has_data
Method · 0.72