Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/steam-audio
/ runDirect
Method
runDirect
core/src/core/api_simulator.cpp:174–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void CSimulator::runDirect()
175
{
176
auto _simulator = mHandle.get();
177
if (!_simulator)
178
return;
179
180
_simulator->simulateDirect();
181
}
182
183
void CSimulator::runReflections()
184
{
Callers
5
iplSimulatorRunDirect
Function · 0.80
iplSimulatorRunDirect
Function · 0.80
iplSimulatorRunDirect
Function · 0.80
iplSimulatorRunDirect
Function · 0.80
iplSimulatorRunDirect
Function · 0.80
Calls
2
simulateDirect
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected