MCPcopy Create free account
hub / github.com/3eif/gitmotion / GourceSettings

Class GourceSettings

api/src/main.rs:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57#[derive(Default, Serialize, Deserialize, Clone, Debug)]
58struct GourceSettings {
59 show_file_extension_key: bool,
60 show_usernames: bool,
61 show_dirnames: bool,
62 dir_font_size: u32,
63 file_font_size: u32,
64 user_font_size: u32,
65}
66
67#[derive(Error, Debug)]
68enum GourceError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected