MCPcopy Create free account
hub / github.com/AutoForgeAI/autoforge / compute_with_timeout

Function compute_with_timeout

test_dependency_resolver.py:68–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67 # Use timeout to detect infinite loop
68 def compute_with_timeout():
69 return compute_scheduling_scores(features)
70
71 start = time.time()
72 try:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected