MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / KeyPassword

Method KeyPassword

src/render_panel/user/gr_user_manager.cpp:314–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 }
313
314 std::string GrUserManager::KeyPassword() {
315 return std::format("{}{}", kUserPrefix, spvr::kUserPassword);
316 }
317
318 std::string GrUserManager::KeyAvatarPath() {
319 return std::format("{}{}", kUserPrefix, spvr::kUserAvatarPath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected