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

Method add_agents

keepercommander/pedm/admin_plugin.py:29–34  ·  view source on GitHub ↗
(self, agents: Iterable[str])

Source from the content-addressed store, hash-verified

27 return self._full_rebuild
28
29 def add_agents(self, agents: Iterable[str]) -> None:
30 if self._full_rebuild:
31 return
32 if self._agents is None:
33 self._agents = set()
34 self._agents.update(agents)
35
36 def add_policies(self, policies: Iterable[str]) -> None:
37 if self._full_rebuild:

Callers 1

sync_downMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected