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

Enum AppMode

src/app/mod.rs:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35use crate::ui::{Layer, spine, theme};
36use asm_to_binary::AssembledOutput;
37use eframe::egui;
38use full_stack::build::{
39 BuildError, BuildExecutor, BuildManifest, BuildObject, BuildSource, StdlibPolicy, is_asm_path,
40};
41use full_stack::compilation_pipeline::{
42 BinaryOutput, CompilationPipeline, PipelineFailure, PipelineResult, TargetMode,
43};
44use full_stack::runconfig::{BuildRef, RunConfig, RunKind};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected