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

Method add

core/src/core/api_validation_layer.cpp:2149–2154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2147 {}
2148
2149 virtual void add(ISimulator* simulator) override
2150 {
2151 VALIDATE_POINTER(simulator);
2152
2153 CSource::add(simulator);
2154 }
2155
2156 virtual void remove(ISimulator* simulator) override
2157 {

Callers

nothing calls this directly

Calls 1

addFunction · 0.70

Tested by

no test coverage detected