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

Method add_collections

keepercommander/pedm/admin_plugin.py:43–48  ·  view source on GitHub ↗
(self, collections: Iterable[str])

Source from the content-addressed store, hash-verified

41 self._policies.update(policies)
42
43 def add_collections(self, collections: Iterable[str]) -> None:
44 if self._full_rebuild:
45 return
46 if self._collections is None:
47 self._collections = set()
48 self._collections.update(collections)
49
50 def add_approvals(self, approvals: Iterable[str]) -> None:
51 if self._full_rebuild:

Callers 1

sync_downMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected