MCPcopy 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)]
772pub struct ProcessId {
773 processid: u64,
774}
775
776impl ProcessId {
777 /// Constructs a record that indicates that the current thread id `threadid`.

Callers 2

fromMethod · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected