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

Function removeResult

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

Source from the content-addressed store, hash-verified

81}
82
83function removeResult(): void {
84 qs("#ad-result-wrapper")?.remove();
85 qs("#ad-result-small-wrapper")?.remove();
86}
87
88function updateBreakpoint(noReinstate = false): void {
89 const beforeUpdate = widerThanBreakpoint;

Callers 1

removeAllFunction · 0.85

Calls 2

qsFunction · 0.90
removeMethod · 0.45

Tested by

no test coverage detected