MCPcopy 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")]
26pub struct TraceHash(pub u128);
27
28impl TraceHash {
29 /// Construct the ID from two `u64` halves.

Callers 1

process_sampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected