MCPcopy 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
658void SetAccountId(uint32_t accountId) {
659 g_accountId = accountId;
660}
661
662void SetMaxUploadMB(int mb) {
663 if (mb <= 0) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected