MCPcopy Create free account
hub / github.com/OxideEngine/Oxide / new

Method new

oxide_editor/src/main.rs:24–26  ·  view source on GitHub ↗
(_cc: &eframe::CreationContext<'_>)

Source from the content-addressed store, hash-verified

22
23impl App {
24 fn new(_cc: &eframe::CreationContext<'_>) -> Self {
25 Self::default()
26 }
27}
28
29impl eframe::App for App {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected