Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ deref
Method
deref
crates/stdlib/src/_opcode.rs:18–20 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
16
type Target = AnyInstruction;
17
18
fn deref(&self) -> &Self::Target {
19
&self.0
20
}
21
}
22
23
impl TryFrom<i32> for Opcode {
Callers
6
flush
Method · 0.45
madvise
Method · 0.45
read
Method · 0.45
read_byte
Method · 0.45
getitem_by_index
Method · 0.45
getitem_by_slice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected