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

Method label

src/app/mod.rs:53–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51use std::collections::HashMap;
52#[cfg(not(target_arch = "wasm32"))]
53use std::path::Path;
54use terminal::{ConsoleStream, TerminalKind, TerminalState};
55
56const BUILD_GLOW_SECS: f64 = 0.85;
57#[cfg(not(target_arch = "wasm32"))]
58const LESSONS_WORKSPACE_DIR: &str = concat!(env!("CARGO_MANIFEST_DIR"), "/programs/lessons");
59
60#[derive(Clone, Copy, Debug, PartialEq, Eq)]
61pub(super) enum Tool {
62 Files,
63 Search,

Callers 6

catalog_uiMethod · 0.45
badge_chipMethod · 0.45
uiMethod · 0.45
ide_top_barMethod · 0.45
debug_top_barMethod · 0.45
settings_window_uiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected