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

Method show

src/apps/cli/src/ui/provider_selector.rs:154–160  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

152 }
153
154 pub fn show(&mut self) {
155 self.templates = builtin_provider_templates();
156 self.selected = 0;
157 self.scroll_offset = 0;
158 self.visible = true;
159 self.build_rows();
160 }
161
162 pub fn hide(&mut self) {
163 self.visible = false;

Callers

nothing calls this directly

Calls 2

build_rowsMethod · 0.80

Tested by

no test coverage detected