MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / _attempt

Function _attempt

examples/policy-advisor/ctf.py:427–428  ·  view source on GitHub ↗
(g: dict)

Source from the content-addressed store, hash-verified

425 threads: list[threading.Thread] = []
426
427 def _attempt(g: dict) -> None:
428 results[g["num"]] = attempt_gate(g)
429
430 for g in remaining_gates:
431 t = threading.Thread(target=_attempt, args=(g,))

Callers

nothing calls this directly

Calls 1

attempt_gateFunction · 0.85

Tested by

no test coverage detected