Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ draw
Method
draw
src/app.rs:19–19 ·
view source on GitHub ↗
(&mut self, _app: &mut App)
Source
from the content-addressed store, hash-verified
17
fn event(&mut self, _app: &mut App, _event: Event) {}
18
fn update(&mut self, _app: &mut App) {}
19
fn draw(&mut self, _app: &mut App) {}
20
}
21
22
pub struct App {
Callers
1
run
Method · 0.45
Implementers
1
bunnymark.rs
examples/bunnymark.rs
Calls
no outgoing calls
Tested by
no test coverage detected