Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/monkeytypegame/monkeytype
/ removeAll
Function
removeAll
frontend/src/ts/controllers/ad-controller.ts:57–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
function
removeAll(): void {
58
removeSellout();
59
removeOn();
60
removeResult();
61
}
62
63
function
removeSellout(): void {
64
qs(
"#ad-footer-wrapper"
)?.remove();
Callers
1
ad-controller.ts
File · 0.85
Calls
3
removeSellout
Function · 0.85
removeOn
Function · 0.85
removeResult
Function · 0.85
Tested by
no test coverage detected