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

Class ThreadId

dynamic-trace/src/record.rs:736–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734///
735#[derive(Debug, Clone, PartialEq, Eq, Hash)]
736pub struct ThreadId {
737 threadid: u32,
738}
739
740impl ThreadId {
741 /// 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