Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
123
pub struct SpaceAttributes(pub u16);
124
125
impl SpaceAttributes {
126
pub const REGISTER: Self = Self(0b00);
Callers
3
default
Method · 0.85
emulate
Method · 0.85
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected