Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)]
10
pub struct Function {
11
code: Box<CodeObject>,
12
annotations: HashMap<Wtf8Buf, StackValue>,
13
}
14
15
impl Function {
16
pub fn compile(self) -> CompiledCode {
Callers
1
process_instruction
Method · 0.70
Calls
no outgoing calls
Tested by
1
process_instruction
Method · 0.56