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

Class Options

src/darkbird.rs:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96#[derive(Clone, Serialize, Deserialize)]
97pub struct Options<'a> {
98 pub path: &'a str,
99 pub storage_name: &'a str,
100 pub total_page_size: usize,
101 pub stype: StorageType,
102 pub off_reporter: bool,
103}
104
105impl<'a> Options<'a> {
106 pub fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected