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

Method trigger_search

src/views/request_view.rs:582–584  ·  view source on GitHub ↗

Trigger search in the body editor

(&mut self, window: &mut Window, _cx: &mut Context<Self>)

Source from the content-addressed store, hash-verified

580 );
581 cx.notify();
582 }
583 Err(e) => {
584 log::warn!("Failed to format JSON: {}", e);
585 window
586 .push_notification((NotificationType::Error, "Failed to format JSON"), cx);
587 }

Callers 1

Calls 1

trigger_editor_searchFunction · 0.85

Tested by

no test coverage detected