Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
78
function
removeOn(): void {
79
qs(
"#ad-vertical-right-wrapper"
)?.remove();
80
qs(
"#ad-vertical-left-wrapper"
)?.remove();
81
}
82
83
function
removeResult(): void {
84
qs(
"#ad-result-wrapper"
)?.remove();
Callers
2
removeAll
Function · 0.85
ad-controller.ts
File · 0.85
Calls
2
qs
Function · 0.90
remove
Method · 0.45
Tested by
no test coverage detected