MCPcopy Create free account
hub / github.com/Cicada000/VV / clearRandomString

Method clearRandomString

Web/script.js:481–489  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

479 }
480 }
481 static clearRandomString() {
482 const randomStringDisplay = document.getElementById("randomStringDisplay");
483 randomStringDisplay.classList.remove("fade-in");
484 randomStringDisplay.classList.add("fade-out");
485 setTimeout(() => {
486 randomStringDisplay.textContent = "";
487 AppState.randomStringDisplayed = false;
488 }, 300);
489 }
490}
491class SearchController {
492 static validateSearchInput(query) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected