Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ KeyAvatarPath
Method
KeyAvatarPath
src/render_panel/user/gr_user_manager.cpp:318–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
std::string GrUserManager::KeyAvatarPath() {
319
return std::format(
"{}{}"
, kUserPrefix, spvr::kUserAvatarPath);
320
}
321
322
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected