MCPcopy Create free account
hub / github.com/GCWing/BitFun / begin_theme_preview

Method begin_theme_preview

src/apps/cli/src/ui/startup.rs:1700–1704  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1698 }
1699
1700 fn begin_theme_preview(&mut self) {
1701 if self.theme_preview_original.is_none() {
1702 self.theme_preview_original = Some(self.theme.clone());
1703 }
1704 }
1705
1706 fn cancel_theme_preview(&mut self) {
1707 if let Some(original) = self.theme_preview_original.take() {

Callers 2

show_theme_selectorMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected