MCPcopy Index your code
hub / github.com/devploit/debugHunter / saveFindings

Function saveFindings

background.js:438–441  ·  view source on GitHub ↗
(findings)

Source from the content-addressed store, hash-verified

436}
437
438async function saveFindings(findings) {
439 await chrome.storage.local.set({ findings });
440 updateBadge(findings);
441}
442
443async function addFinding(type, data) {
444 const findings = await getFindings();

Callers 3

addFindingFunction · 0.85
removeFindingFunction · 0.85
clearFindingsFunction · 0.85

Calls 1

updateBadgeFunction · 0.85

Tested by

no test coverage detected