MCPcopy Create free account
hub / github.com/arialang/aria / CompiledModule

Class CompiledModule

compiler-lib/src/module.rs:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Default)]
7pub struct CompiledModule {
8 pub constants: ConstantValues,
9 pub widget_root_path: Option<PathBuf>,
10}
11
12impl CompiledModule {
13 pub fn load_indexed_const(&self, idx: u16) -> Option<ConstantValue> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…