MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / with_info

Method with_info

packages/server/src/inspector.rs:725–736  ·  view source on GitHub ↗
(&self, info: Value)

Source from the content-addressed store, hash-verified

723 }
724
725 fn with_info(&self, info: Value) -> Self {
726 Self {
727 connection_id: self.connection_id,
728 created_at: self.created_at,
729 info,
730 outgoing: self.outgoing.clone(),
731 outbox: self.outbox.clone(),
732 outbox_notify: self.outbox_notify.clone(),
733 pending: self.pending.clone(),
734 next_request_id: self.next_request_id.clone(),
735 }
736 }
737}
738
739async fn handle_incoming_message(

Callers 2

handle_socketMethod · 0.80
handle_incoming_messageFunction · 0.80

Calls 1

cloneMethod · 0.65

Tested by

no test coverage detected