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

Function loadFilesData

web/scripts/ragnar_modern.js:6860–6868  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6858}
6859async function ndpTrustBaseline() {
6860 try {
6861 await postAPI('/api/net/ndp-baseline', { action: 'reset' });
6862 addConsoleMessage('NDP baseline reset — re-learning current neighbour bindings / default router', 'info');
6863 await runNdpWatch();
6864 } catch (e) {
6865 addConsoleMessage('Failed to reset NDP baseline: ' + e.message, 'error');
6866 }
6867}
6868
6869// ---- NTP Watch (passive rogue time-source / clock-injection) ---------------
6870const _NTP_VERDICT_STYLE = {
6871 clean: ['bg-green-950/40 border-green-900 text-green-400', '✓ No rogue NTP activity — time sources agree'],

Callers 2

preloadAllTabsFunction · 0.70
loadTabDataFunction · 0.70

Calls 3

errorMethod · 0.80
displayDirectoryTreeFunction · 0.70
loadFilesFunction · 0.70

Tested by

no test coverage detected