MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / _sameValue

Function _sameValue

www/js/_hyperscript.js:2956–2958  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

2954
2955 // src/core/runtime/reactivity.js
2956 function _sameValue(a, b) {
2957 return a === b ? a !== 0 || 1 / a === 1 / b : a !== a && b !== b;
2958 }
2959 var Effect = class {
2960 /**
2961 * @param {() => any} expression - The watched expression

Callers 1

runMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected