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