MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / into_inner

Method into_inner

src/lower2/constant_pool.rs:136–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

134}
135
136impl InternedConstantPool {
137 pub(super) fn into_inner(self) -> ConstantPool<'static> {
138 self.pool
139 }
140
141 pub(super) fn add(&mut self, constant: Constant<'static>) -> jvm::Result<u16> {

Calls

no outgoing calls

Tested by

no test coverage detected