MCPcopy Create free account
hub / github.com/cppla/ServerStatus / isBlocked

Function isBlocked

web/js/app.js:101–103  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

99}
100
101function isBlocked(s){
102 return lossValues(s).every(p => p >= 100);
103}
104
105function metrics(s){
106 const online = !!(s.online4 || s.online6);

Callers

nothing calls this directly

Calls 1

lossValuesFunction · 0.85

Tested by

no test coverage detected