MCPcopy 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

flushMethod · 0.45
madviseMethod · 0.45
readMethod · 0.45
read_byteMethod · 0.45
getitem_by_indexMethod · 0.45
getitem_by_sliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected