Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NationalSecurityAgency/TraceAnalysis
/ ProcessId
Class
ProcessId
dynamic-trace/src/record.rs:772–774 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
770
///
771
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
772
pub struct ProcessId {
773
processid: u64,
774
}
775
776
impl ProcessId {
777
/// Constructs a record that indicates that the current thread id `threadid`.
Callers
2
from
Method · 0.85
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected