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

Function findServer

web/js/app.js:430–430  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

428 document.addEventListener('keydown', escCloseOnce);
429}
430function findServer(key){ return S.servers.find(s => s._key === key); }
431function refreshDetail(){
432 const s = findServer(S.openDetailKey);
433 if(!s){ closeDetail(); return; }

Callers 1

refreshDetailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected