()
| 117 | } |
| 118 | |
| 119 | impl Default for InternedConstantPool { |
| 120 | fn default() -> Self { |
| 121 | Self { |
| 122 | pool: ConstantPool::default(), |
| 123 | constants: HashMap::default(), |
| 124 | } |
| 125 | } |
| 126 | } |
| 127 |
nothing calls this directly
no outgoing calls
no test coverage detected