MCPcopy Create free account
hub / github.com/VCVRack/Rack / getTokenCookies

Function getTokenCookies

src/library.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160
161static network::CookieMap getTokenCookies() {
162 network::CookieMap cookies;
163 cookies["token"] = settings::token;
164 return cookies;
165}
166
167void checkUpdates() {
168 if (!updateMutex.try_lock())

Callers 2

checkUpdatesFunction · 0.85
syncUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected