MCPcopy Create free account
hub / github.com/NationalSecurityAgency/TraceAnalysis / SpaceAttributes

Class SpaceAttributes

dynamic-dataflow/core/src/space.rs:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
123pub struct SpaceAttributes(pub u16);
124
125impl SpaceAttributes {
126 pub const REGISTER: Self = Self(0b00);

Callers 3

defaultMethod · 0.85
emulateMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected