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

Method add_policies

keepercommander/pedm/admin_plugin.py:36–41  ·  view source on GitHub ↗
(self, policies: Iterable[str])

Source from the content-addressed store, hash-verified

34 self._agents.update(agents)
35
36 def add_policies(self, policies: Iterable[str]) -> None:
37 if self._full_rebuild:
38 return
39 if self._policies is None:
40 self._policies = set()
41 self._policies.update(policies)
42
43 def add_collections(self, collections: Iterable[str]) -> None:
44 if self._full_rebuild:

Callers 1

sync_downMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected