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

Function _build_release_gate_payload

webapp_modern.py:3850–3856  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3848
3849 _mesh_poll_peer_findings(peers, results, timeout)
3850
3851
3852def _mesh_poll_peer_findings(peers, health, timeout):
3853 """Pull each reachable peer's security findings into the local cache.
3854
3855 Findings power the fleet view — vulnerabilities and alerts from every unit
3856 on one pane. Only reachable peers are asked (an unreachable one already
3857 shows as degraded), and one call per peer keeps it bounded.
3858 """
3859 try:

Callers 3

get_statusFunction · 0.85
get_current_statusFunction · 0.85
get_dashboard_quickFunction · 0.85

Calls 3

safe_boolFunction · 0.85
safe_strFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected