Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
375
impl<C: Constant> Index<oparg::ConstIdx> for Constants<C> {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected