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

Class Function

crates/jit/tests/common.rs:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Debug, Clone)]
10pub struct Function {
11 code: Box<CodeObject>,
12 annotations: HashMap<Wtf8Buf, StackValue>,
13}
14
15impl Function {
16 pub fn compile(self) -> CompiledCode {

Callers 1

process_instructionMethod · 0.70

Calls

no outgoing calls

Tested by 1

process_instructionMethod · 0.56