MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / clone

Method clone

crates/chat-cli-ui/src/conduit.rs:219–226  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

217
218impl<T> Clone for ControlEnd<T> {
219 fn clone(&self) -> Self {
220 Self {
221 current_event: self.current_event.clone(),
222 sender: self.sender.clone(),
223 should_send_structured_event: self.should_send_structured_event,
224 pass_through_destination: PhantomData,
225 }
226 }
227}
228
229impl<T> ControlEnd<T> {

Callers 5

mainFunction · 0.45
as_stdoutMethod · 0.45
as_stderrMethod · 0.45
get_legacy_conduitsFunction · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected