MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / dead_code.rs

File dead_code.rs

aiscript-vm/src/compiler/optimizer/dead_code.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::OptimizationStrategy;
2use crate::{OpCode, chunk::Chunk};
3use std::collections::HashMap;
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected