Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use super::OptimizationStrategy;
2
use crate::{OpCode, chunk::Chunk};
3
use std::collections::HashMap;
4
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected