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

Function _sameValue

tools/common/_hyperscript.iife.js:2905–2907  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

2903
2904 // src/core/runtime/reactivity.js
2905 function _sameValue(a, b) {
2906 return a === b ? a !== 0 || 1 / a === 1 / b : a !== a && b !== b;
2907 }
2908 var Effect = class {
2909 /**
2910 * @param {() => any} expression - The watched expression

Callers 1

runMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected