MCPcopy Create free account
hub / github.com/Rustixir/darkbird / Metadata

Class Metadata

src/darkbird/wal/page_processor.rs:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36struct Metadata {
37 original_filename: String,
38 currepted_filename: String,
39 err: String
40}
41
42
43pub struct PageProcessor<'a, OldKey, OldDoc, NewKey, NewDoc> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected