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

Function _have

network_diagnostics.py:81–82  ·  view source on GitHub ↗
(binname)

Source from the content-addressed store, hash-verified

79
80
81def _run(cmd, timeout=30, env=None):
82 """Run a command (list of args) and return {rc, out, err}.
83
84 Never raises: missing binary -> rc 127, timeout -> rc 124.
85 """

Callers 15

do_speedtestFunction · 0.85
do_lldpFunction · 0.85
do_arp_scanFunction · 0.85
_iface_ip_methodFunction · 0.85
_wg_interfacesFunction · 0.85
_wg_endpointFunction · 0.85
_nmcli_global_valuesFunction · 0.85
_tor_exit_checkFunction · 0.85
do_network_identityFunction · 0.85
_isp_lookup_ifaceFunction · 0.85
do_ispFunction · 0.85
do_dns_doctorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected