MCPcopy Create free account
hub / github.com/elastic/devfiler / Db

Class Db

src/storage/mod.rs:36–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36pub struct Db {
37 // RocksDB tables.
38 pub trace_events: TraceEvents,
39 pub stack_traces: StackTraces,
40 pub stack_frames: StackFrames,
41 pub executables: Executables,
42
43 // Custom data storage.
44 pub symbols: SymDb,
45}
46
47impl Db {
48 /// Number of tables.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected