MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / ConstVariableVisitor

Class ConstVariableVisitor

crates/papyrus/src/ast_optimization.rs:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35//TODO: Keeps track of constant variables
36#[derive(Default)]
37struct ConstVariableVisitor {
38 const_variables: HashMap<String, ExprLiteral>,
39}
40
41#[derive(Default)]
42struct ForLoopToRepeatVisitor {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected