MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / network_load_json

Function network_load_json

Scripts/Settings.py:6899–6907  ·  view source on GitHub ↗
(path, default_value)

Source from the content-addressed store, hash-verified

6897 hideLoading();
6898 return;
6899 }
6900 await bootApp();
6901 } catch (err) {
6902 handleError(err);
6903 }
6904 }
6905
6906 function updateClock() {
6907 var now = new Date();
6908 document.getElementById('clock').textContent = now.toLocaleTimeString('en-GB', { hour: '2-digit', minute: '2-digit' });
6909 }
6910

Callers 3

network_load_configFunction · 0.70
network_load_proxy_stateFunction · 0.70
network_fetch_proxy_poolFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected