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

Method recursion_limit

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

Source from the content-addressed store, hash-verified

63 return workflow_config.scan_iterations
64
65 def recursion_limit(self) -> int:
66 return self._workflow_config().sys_iterations
67
68 def debug_enabled(self) -> bool:
69 return self._workflow_config().debug

Callers 1

runMethod · 0.80

Calls 1

_workflow_configMethod · 0.95

Tested by

no test coverage detected