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

Method commit

core/src/core/probe_batch.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void ProbeBatch::commit()
131{
132 mProbeTree = make_unique<ProbeTree>(static_cast<int>(mProbes.size()), mProbes.data());
133}
134
135void ProbeBatch::addData(const BakedDataIdentifier& identifier,
136 unique_ptr<IBakedData> data)

Callers 1

serializeAsRootMethod · 0.45

Calls 2

sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected