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

Method new

src/components/url_bar.rs:31–41  ·  view source on GitHub ↗
(input_state: Entity<InputState>)

Source from the content-addressed store, hash-verified

29}
30
31impl UrlBar {
32 pub fn new(input_state: Entity<InputState>) -> Self {
33 Self {
34 input_state,
35 method_dropdown: None,
36 request: None,
37 is_loading: false,
38 on_send: None,
39 on_cancel: None,
40 on_save_to_collection: None,
41 }
42 }
43
44 pub fn method_dropdown(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected