MCPcopy Index your code
hub / github.com/monkeytypegame/monkeytype / removeOn

Function removeOn

frontend/src/ts/controllers/ad-controller.ts:78–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78function removeOn(): void {
79 qs("#ad-vertical-right-wrapper")?.remove();
80 qs("#ad-vertical-left-wrapper")?.remove();
81}
82
83function removeResult(): void {
84 qs("#ad-result-wrapper")?.remove();

Callers 2

removeAllFunction · 0.85
ad-controller.tsFile · 0.85

Calls 2

qsFunction · 0.90
removeMethod · 0.45

Tested by

no test coverage detected