MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / debug_enabled

Method debug_enabled

workflow/state.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 return self._workflow_config().sys_iterations
67
68 def debug_enabled(self) -> bool:
69 return self._workflow_config().debug
70
71 def draw_graph_enabled(self) -> bool:
72 return self._workflow_config().draw_graph

Callers 1

compileMethod · 0.80

Calls 1

_workflow_configMethod · 0.95

Tested by

no test coverage detected