MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / new

Method new

src/app/mod.rs:207–211  ·  view source on GitHub ↗
(view: Box<dyn CompilerView>, counter: &mut u64)

Source from the content-addressed store, hash-verified

205 .storage
206 .and_then(|storage| eframe::get_value(storage, settings::APP_KEY))
207 .unwrap_or_default();
208 settings.apply(&cc.egui_ctx);
209 Self::with_workspace(open_startup_workspace(&settings), settings)
210 }
211
212 fn with_workspace(workspace: IdeWorkspace, settings: settings::AppSettings) -> Self {
213 let mut app = Self {
214 workspace,

Callers

nothing calls this directly

Calls 7

apply_ui_themeFunction · 0.85
ensure_consistencyMethod · 0.80
reset_layoutMethod · 0.80
apply_settingsMethod · 0.80
init_stdlib_cacheMethod · 0.80
set_errorMethod · 0.80
compileMethod · 0.45

Tested by

no test coverage detected