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

Method fmt

src/storage/table.rs:311–318  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

309
310impl<T: Table> fmt::Debug for InsertionBatch<'_, T> {
311 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
312 write!(
313 f,
314 "InsertionBatch(<{} records into {}>)",
315 self.1.len(),
316 std::any::type_name::<T>(),
317 )
318 }
319}
320
321/// Type that can act as the key for a [`Table`].

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected