MCPcopy Create free account
hub / github.com/csskit/csskit / insert

Method insert

crates/csskit_lsp/src/jsonrpc/tracing_layer.rs:35–37  ·  view source on GitHub ↗
(&mut self, str: &str, string: String)

Source from the content-addressed store, hash-verified

33
34impl MessageVisitor {
35 pub fn insert(&mut self, str: &str, string: String) {
36 self.0.insert(str.into(), string);
37 }
38}
39
40impl tracing::field::Visit for MessageVisitor {

Callers 15

matchedMethod · 0.45
extract_rule_dataMethod · 0.45
newMethod · 0.45
runMethod · 0.45
record_f64Method · 0.45
record_i64Method · 0.45
record_u64Method · 0.45
record_boolMethod · 0.45
record_strMethod · 0.45
record_errorMethod · 0.45
record_debugMethod · 0.45

Calls

no outgoing calls

Tested by 1

parse_spec_propertiesFunction · 0.36