MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / AddVideoTick

Method AddVideoTick

Source/GameData.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void sGameRecorded::AddVideoTick(const uint64 pTick) {
208 std::lock_guard<std::mutex> lock(mLockMtx);
209
210 mVideoTicks.push_back( pTick );
211}
212
213bool sGameRecorded::GetVideoTick(const uint64 pTick) {
214 std::lock_guard<std::mutex> lock(mLockMtx);

Callers 1

Phase_CycleMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected