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

Function network_save_json

Scripts/Settings.py:6910–6916  ·  view source on GitHub ↗
(path, data)

Source from the content-addressed store, hash-verified

6908 return;
6909 }
6910 await bootApp();
6911 } catch (err) {
6912 handleError(err);
6913 }
6914 }
6915
6916 function updateClock() {
6917 var now = new Date();
6918 document.getElementById('clock').textContent = now.toLocaleTimeString('en-GB', { hour: '2-digit', minute: '2-digit' });
6919 }

Callers 3

network_save_configFunction · 0.70
network_save_proxy_stateFunction · 0.70
network_fetch_proxy_poolFunction · 0.70

Calls 1

network_ensure_dirsFunction · 0.70

Tested by

no test coverage detected