Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ CreateTokenStore
Function
CreateTokenStore
src/platform/linux/token_store_linux.cpp:245–247 ·
view source on GitHub ↗
Factory function
Source
from the content-addressed store, hash-verified
243
244
// Factory function
245
std::unique_ptr<ITokenStore> CreateTokenStore() {
246
return std::make_unique<LinuxTokenStore>();
247
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected