| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected