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

Class RkyvFileId

src/storage/dbtypes.rs:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#[derive(PartialEq, Eq, Default, Hash, Copy, Clone)]
33#[repr(transparent)]
34pub struct RkyvFileId(u128);
35
36impl rkyv::with::ArchiveWith<FileId> for RkyvFileId {
37 type Archived = rkyv::Archived<u128>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected