Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pickle-com/glass
/ getCurrentUserId
Method
getCurrentUserId
src/features/common/services/authService.js:185–187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
184
185
getCurrentUserId() {
186
return
this.currentUserId;
187
}
188
189
getCurrentUser() {
190
const
isLoggedIn = !!(this.currentUserMode ===
'firebase'
&& this.currentUser);
Callers
15
getSettings
Function · 0.80
saveSettings
Function · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
_migrateFromElectronStore
Method · 0.80
_loadStateFromDatabase
Method · 0.80
_loadStateForCurrentUser
Method · 0.80
_saveState
Method · 0.80
_saveStateToElectronStore
Method · 0.80
index.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected