Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/monkeytypegame/monkeytype
/ isAuthAvailable
Function
isAuthAvailable
frontend/src/ts/firebase.ts:106–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
export
function
isAuthAvailable(): boolean {
107
return
Auth !== undefined;
108
}
109
110
export
async
function
signOut(): Promise<void> {
111
console.log(
"auth signout"
);
Callers
9
sendVerificationEmail
Function · 0.90
signIn
Function · 0.90
signInWithProvider
Function · 0.90
addAuthProvider
Function · 0.90
signOut
Function · 0.90
signUp
Function · 0.90
reauthenticate
Function · 0.90
route-controller.ts
File · 0.90
lists.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected