MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / _join_tree_path

Function _join_tree_path

keepercommander/commands/folder.py:2366–2370  ·  view source on GitHub ↗
(parent_path, name)

Source from the content-addressed store, hash-verified

2364
2365
2366def _join_tree_path(parent_path, name):
2367 name = name or ''
2368 if not parent_path or parent_path == '/':
2369 return '/' + name if name else '/'
2370 return parent_path.rstrip('/') + '/' + name
2371
2372
2373def _collect_tree_share_targets(params, folder, show_records):

Callers 1

tree_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected