Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/monkeytypegame/monkeytype
/ isInitialized
Function
isInitialized
backend/src/init/email-client.ts:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
let
emailFrom =
"Monkeytype <noreply@monkeytype.com>"
;
32
33
export
function
isInitialized(): boolean {
34
return
transportInitialized;
35
}
36
37
export
async
function
init(): Promise<void> {
38
if
(isInitialized()) {
Callers
2
init
Function · 0.85
sendEmail
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected