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

Method CProbeArray

core/src/core/api_probes.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37// --------------------------------------------------------------------------------------------------------------------
38
39CProbeArray::CProbeArray(CContext* context)
40{
41 auto _context = context->mHandle.get();
42 if (!_context)
43 throw Exception(Status::Failure);
44
45 new (&mHandle) Handle<ProbeArray>(ipl::make_shared<ProbeArray>(), _context);
46}
47
48IProbeArray* CProbeArray::retain()
49{

Callers

nothing calls this directly

Calls 2

ExceptionClass · 0.85
getMethod · 0.45

Tested by

no test coverage detected