MCPcopy Create free account
hub / github.com/Lymia/enumset / uses_mask_encoding

Method uses_mask_encoding

enumset_derive/src/plan.rs:494–496  ·  view source on GitHub ↗

Returns whether the mask encoding is used for this set.

(&self)

Source from the content-addressed store, hash-verified

492
493 /// Returns whether the mask encoding is used for this set.
494 pub fn uses_mask_encoding(&self) -> bool {
495 self.mask_encoding
496 }
497
498 /// Returns whether the compact encoding is used for this set.
499 pub fn uses_compact_encoding(&self) -> bool {

Callers 2

create_enum_conversionsFunction · 0.80
create_enum_const_opersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected