Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
611
pub struct AbilitySet(u8);
612
613
impl AbilitySet {
614
/// The empty ability set
Callers
1
bitor
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected