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

Method is_empty

src/entity/primary_map.rs:79–81  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77 #[inline]
78 #[must_use]
79 pub fn is_empty(&self) -> bool {
80 self.elems.is_empty()
81 }
82
83 /// Get the total number of entity references created.
84 #[inline]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected