| 5 | |
| 6 | #[derive(Default)] |
| 7 | pub struct CompiledModule { |
| 8 | pub constants: ConstantValues, |
| 9 | pub widget_root_path: Option<PathBuf>, |
| 10 | } |
| 11 | |
| 12 | impl CompiledModule { |
| 13 | pub fn load_indexed_const(&self, idx: u16) -> Option<ConstantValue> { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…