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

Method with_initial_form_data

src/views/request_view.rs:91–94  ·  view source on GitHub ↗
(mut self, data: Option<HashMap<String, String>>)

Source from the content-addressed store, hash-verified

89 }
90 }
91
92 pub fn with_completion_engine(mut self, completion_engine: CompletionEngine) -> Self {
93 self.completion_engine = Some(completion_engine);
94 self
95 }
96
97 pub fn with_initial_body_content(mut self, content: Option<String>) -> Self {

Callers 3

load_history_entryMethod · 0.80
load_collection_itemMethod · 0.80
duplicate_requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected