MCPcopy Create free account
hub / github.com/diem/move / AbilitySet

Class AbilitySet

language/move-binary-format/src/file_format.rs:611–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609/// A set of `Ability`s
610#[derive(Clone, Eq, Copy, Hash, Ord, PartialEq, PartialOrd, Serialize, Deserialize)]
611pub struct AbilitySet(u8);
612
613impl AbilitySet {
614 /// The empty ability set

Callers 1

bitorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected