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

Class Collector

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

Source from the content-addressed store, hash-verified

58
59#[derive(Debug, Default)]
60struct Collector {
61 ring: Mutex<VecDeque<LoggedMessage>>,
62}
63
64impl<S> Layer<S> for &'static Collector
65where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected