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

Method add_approvals

keepercommander/pedm/admin_plugin.py:50–55  ·  view source on GitHub ↗
(self, approvals: Iterable[str])

Source from the content-addressed store, hash-verified

48 self._collections.update(collections)
49
50 def add_approvals(self, approvals: Iterable[str]) -> None:
51 if self._full_rebuild:
52 return
53 if self._approvals is None:
54 self._approvals = set()
55 self._approvals.update(approvals)
56
57 @property
58 def agents(self) -> Optional[Iterable[str]]:

Callers 1

sync_downMethod · 0.95

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected