MCPcopy Create free account
hub / github.com/bajrangCoder/setu / loading

Method loading

src/components/url_bar.rs:53–56  ·  view source on GitHub ↗
(mut self, loading: bool)

Source from the content-addressed store, hash-verified

51 self
52 }
53
54 pub fn loading(mut self, loading: bool) -> Self {
55 self.is_loading = loading;
56 self
57 }
58
59 pub fn on_send(

Callers 1

render_request_panelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected