MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / ok_runner

Function ok_runner

tests/test_recon_engine.py:122–123  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

120 engine._scan_history = deque(maxlen=100)
121
122 def ok_runner(target):
123 return ReconResult(recon_type=ReconType.TLS_AUDIT, target=target, status="ok")
124
125 def failing_runner(target):
126 raise RuntimeError("simulated failure")

Callers

nothing calls this directly

Calls 1

ReconResultClass · 0.90

Tested by

no test coverage detected