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

Function network_save_proxy_state

Scripts/Settings.py:7186–7187  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

7184 var baseZoom = 1;
7185 function dist(t1, t2) {
7186 var dx = t1.clientX - t2.clientX;
7187 var dy = t1.clientY - t2.clientY;
7188 return Math.sqrt(dx * dx + dy * dy);
7189 }
7190 target.addEventListener('touchstart', function(event) {

Callers 3

network_mark_proxy_badFunction · 0.70
network_mark_proxy_goodFunction · 0.70

Calls 1

network_save_jsonFunction · 0.70

Tested by

no test coverage detected