Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ NestedShareFolderNode
Class
NestedShareFolderNode
keepercommander/subfolder.py:289–291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
288
289
class
NestedShareFolderNode(BaseFolderNode):
290
def
__init__(self):
291
BaseFolderNode.__init__(self, BaseFolderNode.NestedShareFolderType)
292
293
294
class
SharedFolderFolderNode(BaseFolderNode):
Callers
3
_attach_nested_share_folder
Method · 0.90
_make_legacy_params
Method · 0.90
prepare_folder_tree
Function · 0.85
Calls
no outgoing calls
Tested by
2
_attach_nested_share_folder
Method · 0.72
_make_legacy_params
Method · 0.72