MCPcopy Create free account
hub / github.com/TheJoWo/Clean-Clode / showCopiedStatus

Function showCopiedStatus

script.js:85–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 function showCopiedStatus() {
86 copiedBadge.style.display = 'inline-block';
87 setTimeout(() => {
88 copiedBadge.style.display = 'none';
89 }, 3000);
90 }
91
92 function isHistoryEnabled() {
93 const enabled = localStorage.getItem(HISTORY_ENABLED_KEY);

Callers 1

autoCopyToClipboardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected