MCPcopy Create free account
hub / github.com/elastic/devfiler / FieldVisitor

Class FieldVisitor

src/log.rs:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67{
68 fn on_event(&self, event: &Event<'_>, _ctx: Context<'_, S>) {
69 struct FieldVisitor(Option<String>);
70
71 impl<'a> Visit for FieldVisitor {
72 fn record_debug(&mut self, field: &Field, value: &dyn Debug) {

Callers 1

on_eventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected