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

Method cancel_theme_preview

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

Source from the content-addressed store, hash-verified

1704 }
1705
1706 fn cancel_theme_preview(&mut self) {
1707 if let Some(original) = self.theme_preview_original.take() {
1708 self.theme = original;
1709 }
1710 }
1711
1712 fn preview_theme_selection(&mut self, theme: &ThemeItem) {
1713 self.begin_theme_preview();

Callers 2

navigate_backMethod · 0.45
close_all_popupsMethod · 0.45

Calls 1

takeMethod · 0.80

Tested by

no test coverage detected