MCPcopy 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
425function numeric(value) {
426 return typeof value === "number" && Number.isFinite(value) ? value : 0;
427}
428
429function isVisualFailure(sample) {
430 return (

Callers 2

latestByKindFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected