Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/monkeytypegame/monkeytype
/ add
Method
add
frontend/scripts/check-assets.ts:40–42 ·
view source on GitHub ↗
(key: K | T, problem: string)
Source
from the content-addressed store, hash-verified
38
}
39
40
public add(key: K | T, problem: string): void {
41
this.problems[key] = [...(this.problems[key] ?? []), problem];
42
}
43
44
public addValidation(
45
key: K | T,
Callers
15
addValidation
Method · 0.95
validateLayouts
Function · 0.95
validateQuotes
Function · 0.95
validateLanguages
Function · 0.95
validateFonts
Function · 0.95
validateThemes
Function · 0.95
validateSounds
Function · 0.95
main
Function · 0.45
getFontawesomeConfig
Function · 0.45
setMediaQueryDebugLevel
Function · 0.45
init
Function · 0.45
page-controller.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected