Skip to main content

accepts

Function accepts 

Source
pub const fn accepts(emitted: u32) -> bool
Expand description

Does emitted fall in the range this runtime accepts?

The ONE comparison. Rust call sites reach it through nros_node::codegen_version_check, the CLI through abi_guard; neither re-spells the bounds.