MCPcopy Create free account
hub / github.com/CuarzoSoftware/Louvre / client

Method client

src/lib/core/LSessionLockManager.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24LClient *LSessionLockManager::client() const noexcept
25{
26 return m_sessionLockRes == nullptr ? nullptr : m_sessionLockRes->client();
27}
28
29const std::vector<LSessionLockRole *> &LSessionLockManager::roles() const noexcept
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected