MCPcopy 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
127std::optional<unsigned> CPlayerCursor::GetQueuedFrame() const noexcept {
128 return queue_;
129}
130
131unsigned CPlayerCursor::DequeueFrame() {
132 auto frame = *queue_;

Callers 1

GetQueueFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected