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

Method clone

src/app/mod.rs:198–203  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

196}
197
198impl FullStackApp {
199 pub fn new(cc: &eframe::CreationContext<'_>) -> Self {
200 theme::apply(&cc.egui_ctx);
201 let settings: settings::AppSettings = cc
202 .storage
203 .and_then(|storage| eframe::get_value(storage, settings::APP_KEY))
204 .unwrap_or_default();
205 settings.apply(&cc.egui_ctx);
206 let mut app = Self {

Callers 15

sw.jsFile · 0.45
hostedMethod · 0.45
kernelMethod · 0.45
from_fileMethod · 0.45
loadMethod · 0.45
planMethod · 0.45
buildMethod · 0.45
compile_oneMethod · 0.45
pipeline_forMethod · 0.45
render_consoleMethod · 0.45
build_log_jobFunction · 0.45
effective_link_layoutMethod · 0.45

Calls 1

clone_boxMethod · 0.45