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

Function format_bytes

webapp_modern.py:16465–16474  ·  view source on GitHub ↗

Format bytes to human readable format

(bytes_value)

Source from the content-addressed store, hash-verified

16463 'known': known_networks,
16464 'warning': 'Live scanning limited in AP mode. Manual entry recommended.',
16465 'manual_entry_available': True,
16466 'ap_mode': True,
16467 'interface': effective_interface
16468 })
16469 else:
16470 return jsonify({
16471 'networks': networks,
16472 'known': known_networks,
16473 'success': True,
16474 'ap_mode': True,
16475 'interface': effective_interface
16476 })
16477 else:

Callers 2

get_system_status_apiFunction · 0.85
get_network_stats_apiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected