Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ GetTotalTicks
Method
GetTotalTicks
Source/PlayerCursor.cpp:123–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
unsigned CPlayerCursor::GetTotalTicks() const noexcept {
124
return total_ticks_;
125
}
126
127
std::optional<unsigned> CPlayerCursor::GetQueuedFrame() const noexcept {
128
return queue_;
Callers
1
GetPlayerTicks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected