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

Function showSaved

options.js:28–34  ·  view source on GitHub ↗
(elementId)

Source from the content-addressed store, hash-verified

26// ============================================================================
27
28function showSaved(elementId) {
29 const el = document.getElementById(elementId);
30 if (el) {
31 el.classList.add('show');
32 setTimeout(() => el.classList.remove('show'), 2000);
33 }
34}
35
36function saveOption(key, value, savedIndicatorId = null) {
37 chrome.storage.sync.set({ [key]: value }, () => {

Callers 1

saveOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected