MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / clear

Method clear

src/entity/primary_map.rs:131–133  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

129 /// Remove all entries from this map.
130 #[inline]
131 pub fn clear(&mut self) {
132 self.elems.clear();
133 }
134
135 /// Get the key that will be assigned to the next pushed value.
136 #[inline]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected