Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/steam-audio
/ removeSource
Method
removeSource
core/src/core/simulation_manager.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void SimulationManager::removeSource(shared_ptr<SimulationData> source)
158
{
159
mSourceData[1].remove(source);
160
}
161
162
void SimulationManager::commit()
163
{
Callers
1
remove
Method · 0.45
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected