Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sourcebot-dev/sourcebot
/ deepEqual
Function
deepEqual
scripts/fetchLicenses.mjs:31–33 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
29
}
30
31
function
deepEqual(a, b) {
32
return
JSON.stringify(a) === JSON.stringify(b);
33
}
34
35
function
applyLicenseMap(results, licenseMap) {
36
let
overrideCount = 0;
Callers
1
applyLicenseMap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected