Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
function
removeNeoFetch() {
72
const
element = document.querySelector(
".fetch-container"
)
73
if
(element) element.remove();
74
}
75
76
77
async
function
getInputValue(history, remove = false, cmd = undefined) {
Callers
1
getInputValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected