MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / isNumber

Function isNumber

project/emscripten/boxedwine-shell.js:164–167  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

162 return resolution;
163 }
164 function isNumber(num) {
165 const result = Number(num);
166 return !isNaN(result) && result > 0 && result < 2000;
167 }
168 function getFrameSkip() {
169 var frameskip = getParameter("skipFrameFPS");
170 if(!allowParameterOverride()){

Callers 1

getResolutionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected