MCPcopy 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

31let emailFrom = "Monkeytype <noreply@monkeytype.com>";
32
33export function isInitialized(): boolean {
34 return transportInitialized;
35}
36
37export async function init(): Promise<void> {
38 if (isInitialized()) {

Callers 2

initFunction · 0.85
sendEmailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected