Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ SetAccountId
Function
SetAccountId
src/platform/linux/http_server.cpp:658–660 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
}
657
658
void SetAccountId(uint32_t accountId) {
659
g_accountId = accountId;
660
}
661
662
void SetMaxUploadMB(int mb) {
663
if (mb <= 0) return;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected