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

Function is_enabled

st2common/st2common/util/debugging.py:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60
61def is_enabled():
62 global ENABLE_DEBUGGING
63 return ENABLE_DEBUGGING

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected