Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ isLoggedIn
Function
isLoggedIn
src/library.cpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
110
111
bool isLoggedIn() {
112
return settings::token !=
""
;
113
}
114
115
116
void logIn(std::string email, std::string password) {
Callers
1
refresh
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected