Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_args
Function · 0.45
with_current_vm
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected