MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / should_debug

Function should_debug

src/utils/debug_config.py:19–21  ·  view source on GitHub ↗

Check if debugging should be enabled for a category.

(debug_category=True)

Source from the content-addressed store, hash-verified

17DEBUG_MASTER_SWITCH = False
18
19def should_debug(debug_category=True):
20 """Check if debugging should be enabled for a category."""
21 return DEBUG_MASTER_SWITCH and debug_category

Callers 7

fit_size_to_contentMethod · 0.90
_update_layoutMethod · 0.90
deserializeMethod · 0.90
final_load_updateMethod · 0.90
update_label_posMethod · 0.90
update_visual_stateMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected