MCPcopy Index your code
hub / github.com/Rust-API/Rust-API-Bypass-Checker / try_get_integer

Method try_get_integer

src/analysis/memory/constant_value.rs:131–136  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

129 }
130
131 pub fn try_get_integer(&self) -> Option<Integer> {
132 match self {
133 ConstantValue::Int(val) => Some(val.clone()),
134 _ => None,
135 }
136 }
137}
138
139impl From<Integer> for ConstantValue {

Callers 3

update_value_atMethod · 0.80
symbolic_to_expressionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected