Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kistler-Group/sdbus-cpp
/ getSdEventLoop
Method
getSdEventLoop
src/Connection.cpp:316–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
}
315
316
sd_event *Connection::getSdEventLoop()
317
{
318
return sdEvent_ ? static_cast<sd_event*>(sdEvent_->sdEvent.get()) : nullptr;
319
}
320
321
#ifndef SDBUS_basu
322
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected