Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
736
pub struct ThreadId {
737
threadid: u32,
738
}
739
740
impl ThreadId {
741
/// 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