Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ deref
Method
deref
src/lower2/constant_pool.rs:130–132 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
128
impl Deref for InternedConstantPool {
129
type Target = ConstantPool<'static>;
130
131
fn deref(&self) -> &Self::Target {
132
&self.pool
133
}
134
}
135
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected