Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ frame_count
Method
frame_count
src/host/frame_loop.h:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
void run();
47
48
[[nodiscard]] int frame_count() const {
49
return frame_count_;
50
}
51
52
private:
53
HostBackend& backend_;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64