Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angularfire
/ matchDep
Function
matchDep
src/compat/cache.ts:18–24 ·
view source on GitHub ↗
(a: any, b: any)
Source
from the content-addressed store, hash-verified
16
}
17
18
function
matchDep(a: any, b: any) {
19
try {
20
return
a.toString() === b.toString();
21
} catch (_) {
22
return
a === b;
23
}
24
}
25
26
const
IS_HMR = typeof module !==
'undefined'
&& !!(module as any).hot;
27
Callers
1
ɵcacheInstance
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected