Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
83
function
removeResult(): void {
84
qs(
"#ad-result-wrapper"
)?.remove();
85
qs(
"#ad-result-small-wrapper"
)?.remove();
86
}
87
88
function
updateBreakpoint(noReinstate = false): void {
89
const
beforeUpdate = widerThanBreakpoint;
Callers
1
removeAll
Function · 0.85
Calls
2
qs
Function · 0.90
remove
Method · 0.45
Tested by
no test coverage detected