Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elastic/devfiler
/ TraceHash
Class
TraceHash
src/storage/tables/stacktraces.rs:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
#[repr(transparent)]
25
#[archive(as =
"TraceHash"
)]
26
pub struct TraceHash(pub u128);
27
28
impl TraceHash {
29
/// Construct the ID from two `u64` halves.
Callers
1
process_sample
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected