Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/saltstack/salt
/ __init__
Method
__init__
salt/state.py:4972–4973 ·
view source on GitHub ↗
(self, opts, minion)
Source
from the content-addressed store, hash-verified
4970
""
"
4971
4972
def
__init__(self, opts, minion):
4973
State.__init__(self, opts)
4974
4975
def
load_modules(self, data=None, proxy=None):
4976
""
"
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected