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

Method deref

crates/compiler-core/src/bytecode.rs:370–372  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

368 type Target = [C];
369
370 fn deref(&self) -> &Self::Target {
371 &self.0
372 }
373}
374
375impl<C: Constant> Index<oparg::ConstIdx> for Constants<C> {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected