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

Method default

src/lower2/constant_pool.rs:119–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119impl Default for InternedConstantPool {
120 fn default() -> Self {
121 Self {
122 pool: ConstantPool::default(),
123 constants: HashMap::default(),
124 }
125 }
126}
127

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected