(mut self, data: Option<HashMap<String, String>>)
| 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 { |
no outgoing calls
no test coverage detected