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

Method is_compiled

src/userspace.rs:34–36  ·  view source on GitHub ↗

HLL programs the host compiles to an ELF.

(&self)

Source from the content-addressed store, hash-verified

32impl UserProgram {
33 /// HLL programs the host compiles to an ELF.
34 pub fn is_compiled(&self) -> bool {
35 matches!(self.kind, UserProgramKind::Tool | UserProgramKind::Demo)
36 }
37}
38
39include!(concat!(env!("OUT_DIR"), "/userspace.rs"));

Callers 3

built_in_programsFunction · 0.80
uiMethod · 0.80

Calls

no outgoing calls