MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / remove

Method remove

core/src/core/api_simulator.cpp:286–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void CSource::remove(ISimulator* simulator)
287{
288 if (!simulator )
289 return;
290
291 auto _simulator = static_cast<CSimulator*>(simulator)->mHandle.get();
292 auto _source = mHandle.get();
293 if (!_simulator || !_source)
294 return;
295
296 _simulator->removeSource(_source);
297}
298
299void CSource::setInputs(IPLSimulationFlags flags,
300 IPLSimulationInputs* inputs)

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
removeSourceMethod · 0.45

Tested by

no test coverage detected