MCPcopy
hub / github.com/saltstack/salt / all_keys

Method all_keys

salt/key.py:639–645  ·  view source on GitHub ↗

Merge managed keys with local keys

(self)

Source from the content-addressed store, hash-verified

637 return ret
638
639 def all_keys(self):
640 """
641 Merge managed keys with local keys
642 """
643 keys = self.list_keys()
644 keys.update(self.local_keys())
645 return keys
646
647 def list_status(self, match):
648 """

Callers 3

glob_matchMethod · 0.95
list_statusMethod · 0.95
list_allFunction · 0.80

Calls 3

list_keysMethod · 0.95
local_keysMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected