| 22 | } |
| 23 | |
| 24 | LClient *LSessionLockManager::client() const noexcept |
| 25 | { |
| 26 | return m_sessionLockRes == nullptr ? nullptr : m_sessionLockRes->client(); |
| 27 | } |
| 28 | |
| 29 | const std::vector<LSessionLockRole *> &LSessionLockManager::roles() const noexcept |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected