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

Function assert_raw_table_obj_safe

src/storage/table.rs:101–101  ·  view source on GitHub ↗
(_: &dyn RawTable)

Source from the content-addressed store, hash-verified

99// Make sure that `RawTable` remains object safe.
100#[allow(unused)]
101fn assert_raw_table_obj_safe(_: &dyn RawTable) {}
102
103/// Typed database table.
104pub trait Table: RawTable + Sized + From<rocksdb::DB> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected