MCPcopy 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
57function removeAll(): void {
58 removeSellout();
59 removeOn();
60 removeResult();
61}
62
63function removeSellout(): void {
64 qs("#ad-footer-wrapper")?.remove();

Callers 1

ad-controller.tsFile · 0.85

Calls 3

removeSelloutFunction · 0.85
removeOnFunction · 0.85
removeResultFunction · 0.85

Tested by

no test coverage detected