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

Method record_debug

crates/csskit_lsp/src/jsonrpc/tracing_layer.rs:65–67  ·  view source on GitHub ↗
(&mut self, field: &tracing::field::Field, value: &dyn std::fmt::Debug)

Source from the content-addressed store, hash-verified

63 }
64
65 fn record_debug(&mut self, field: &tracing::field::Field, value: &dyn std::fmt::Debug) {
66 self.insert(field.name(), format!("{value:?}"));
67 }
68}
69
70impl<S> Layer<S> for TracingLayer

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected