MCPcopy 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
31function deepEqual(a, b) {
32 return JSON.stringify(a) === JSON.stringify(b);
33}
34
35function applyLicenseMap(results, licenseMap) {
36 let overrideCount = 0;

Callers 1

applyLicenseMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected