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

Method CProbeBatch

core/src/core/api_probes.cpp:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137// --------------------------------------------------------------------------------------------------------------------
138
139CProbeBatch::CProbeBatch(CContext* context)
140{
141 auto _context = context->mHandle.get();
142 if (!_context)
143 throw Exception(Status::Failure);
144
145 new (&mHandle) Handle<ProbeBatch>(ipl::make_shared<ProbeBatch>(), _context);
146}
147
148CProbeBatch::CProbeBatch(CContext* context,
149 ISerializedObject* serializedObject)

Callers

nothing calls this directly

Calls 2

ExceptionClass · 0.85
getMethod · 0.45

Tested by

no test coverage detected