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

Function register_opts

st2auth/st2auth/config.py:39–41  ·  view source on GitHub ↗
(ignore_errors=False)

Source from the content-addressed store, hash-verified

37
38
39def register_opts(ignore_errors=False):
40 _register_common_opts(ignore_errors=ignore_errors)
41 _register_app_opts(ignore_errors=ignore_errors)
42
43
44def get_logging_config_path():

Callers

nothing calls this directly

Calls 2

_register_common_optsFunction · 0.70
_register_app_optsFunction · 0.70

Tested by

no test coverage detected