Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ notifySyncPost
Method
notifySyncPost
source/renderscene/RenderSceneGroup.cpp:159–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void RenderSceneGroup::notifySyncPost(const std::string& event)
160
{
161
for(RenderScene* scene : mScenes)
162
scene->notifySyncPost(event);
163
}
Callers
1
dispatchSyncPost
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected