MCPcopy Index your code
hub / github.com/RustPython/RustPython / is_set

Method is_set

crates/jit/src/lib.rs:351–353  ·  view source on GitHub ↗
(&self, idx: usize)

Source from the content-addressed store, hash-verified

349 }
350
351 pub fn is_set(&self, idx: usize) -> bool {
352 self.values[idx].is_some()
353 }
354
355 pub fn into_args(self) -> Option<Args<'a>> {
356 // Ensure all values are set

Callers 2

get_jit_argsFunction · 0.45
with_current_vmFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected