Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
impl MessageVisitor {
35
pub fn insert(&mut self, str: &str, string: String) {
36
self.0.insert(str.into(), string);
37
}
38
}
39
40
impl tracing::field::Visit for MessageVisitor {
Callers
15
matched
Method · 0.45
extract_rule_data
Method · 0.45
new
Method · 0.45
run
Method · 0.45
on_did_open_text_document
Method · 0.45
record_f64
Method · 0.45
record_i64
Method · 0.45
record_u64
Method · 0.45
record_bool
Method · 0.45
record_str
Method · 0.45
record_error
Method · 0.45
record_debug
Method · 0.45
Calls
no outgoing calls
Tested by
1
parse_spec_properties
Function · 0.36