Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ present
Method
present
src/renderer/default.rs:23–25 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
21
}
22
23
pub fn present(&mut self) {
24
// Implementation for presenting the frame
25
}
26
27
pub fn begin_frame(&mut self) {
28
self.frame_count += 1;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected