Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ setQuicktoolsUsed
Function
setQuicktoolsUsed
src/handlers/quickTools.js:847–853 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
845
}
846
847
function
setQuicktoolsUsed() {
848
clearTimeout(quickToolUsedTimeout);
849
quickToolUsed = true;
850
quickToolUsedTimeout = setTimeout(() => {
851
quickToolUsed = false;
852
}, 500);
853
}
Callers
2
quickTools.js
File · 0.85
actions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected