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

Method tables

src/storage/mod.rs:97–104  ·  view source on GitHub ↗

Iterator over all tables.

(&self)

Source from the content-addressed store, hash-verified

95
96 /// Iterator over all tables.
97 pub fn tables(&self) -> [&dyn RawTable; Self::NUM_TABLES] {
98 [
99 &self.trace_events,
100 &self.stack_traces,
101 &self.stack_frames,
102 &self.executables,
103 ]
104 }
105}
106
107#[macro_use]

Callers 2

any_changesMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected