MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / hasValue

Function hasValue

tests/loadtest/tools/dashboard/app.js:1073–1075  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1071}
1072
1073function hasValue(value) {
1074 return value !== null && value !== undefined;
1075}
1076
1077function valuesDiffer(leftValue, rightValue, formatter = (value) => String(value)) {
1078 const leftMissing = !hasValue(leftValue);

Callers 3

renderCompareReliabilityFunction · 0.85
valuesDifferFunction · 0.85
buildCompareToneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected