MCPcopy 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
111bool isLoggedIn() {
112 return settings::token != "";
113}
114
115
116void logIn(std::string email, std::string password) {

Callers 1

refreshMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected