MCPcopy Create free account
hub / github.com/apache/dubbo-rust / insert

Method insert

dubbo/src/invocation.rs:182–185  ·  view source on GitHub ↗
(mut self, key: String, value: String)

Source from the content-addressed store, hash-verified

180 }
181
182 pub fn insert(mut self, key: String, value: String) -> Self {
183 self.inner.insert(key, value);
184 self
185 }
186
187 pub fn from_headers(headers: http::HeaderMap) -> Self {
188 let mut h: HashMap<String, String> = HashMap::new();

Callers 15

set_codecMethod · 0.80
add_attachmentMethod · 0.80
from_headersMethod · 0.80
into_headersMethod · 0.80
initMethod · 0.80
to_httpMethod · 0.80
to_hyper_bodyMethod · 0.80
registerMethod · 0.80
notifyMethod · 0.80
newMethod · 0.80
registerMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_configMethod · 0.64