Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
function
isBlocked(s){
102
return
lossValues(s).every(p => p >= 100);
103
}
104
105
function
metrics(s){
106
const
online = !!(s.online4 || s.online6);
Callers
nothing calls this directly
Calls
1
lossValues
Function · 0.85
Tested by
no test coverage detected