MCPcopy Create free account
hub / github.com/StackStorm/st2 / _read_current_config

Function _read_current_config

tools/config_gen.py:109–115  ·  view source on GitHub ↗
(opt_groups)

Source from the content-addressed store, hash-verified

107
108
109def _read_current_config(opt_groups):
110 for k, v in six.iteritems(cfg.CONF._groups):
111 if k in SKIP_GROUPS:
112 continue
113 if k not in opt_groups:
114 opt_groups[k] = v
115 return opt_groups
116
117
118def _clear_config():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected