MCPcopy Create free account
hub / github.com/TechSpiritSS/Terminal-Portfolio / removeNeoFetch

Function removeNeoFetch

scripts/functions.js:71–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69
70
71function removeNeoFetch() {
72 const element = document.querySelector(".fetch-container")
73 if (element) element.remove();
74}
75
76
77async function getInputValue(history, remove = false, cmd = undefined) {

Callers 1

getInputValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected