Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blizzard/s2client-api
/ IsFinished
Method
IsFinished
tests/test_framework.h:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
bool IsFinished() const {
44
return (current_sequence_ >= sequences_.size() && current_sequence_ != std::size_t(-1));
45
}
46
47
bool Success() { return success_; }
48
Callers
12
TestUnitCommand
Function · 0.45
TestSnapshots
Function · 0.45
TestObservationInterface
Function · 0.45
TestObservationActions
Function · 0.45
TestHang
Function · 0.45
TestCrash
Function · 0.45
TestMultiplayer
Function · 0.45
TestPerformance
Function · 0.45
TestMovementCombat
Function · 0.45
TestFeatureLayers
Function · 0.45
TestAbilityRemap
Function · 0.45
TestFeatureLayersMP
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected