Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ numeric
Function
numeric
scripts/e2e-webrtc-reliability.mjs:425–427 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
423
}
424
425
function
numeric(value) {
426
return
typeof value ===
"number"
&& Number.isFinite(value) ? value : 0;
427
}
428
429
function
isVisualFailure(sample) {
430
return
(
Callers
2
latestByKind
Function · 0.70
e2e-webrtc-reliability.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected