Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/monkeytypegame/monkeytype
/ isConfigValueValidBoolean
Function
isConfigValueValidBoolean
frontend/src/ts/config/validation.ts:38–40 ·
view source on GitHub ↗
(key: string, val: boolean)
Source
from the content-addressed store, hash-verified
36
}
37
38
export
function
isConfigValueValidBoolean(key: string, val: boolean): boolean {
39
return
isConfigValueValid(key, val, z.boolean());
40
}
Callers
nothing calls this directly
Calls
1
isConfigValueValid
Function · 0.85
Tested by
no test coverage detected