MCPcopy Create free account
hub / github.com/aeroxy/chrome-devtools-cli / clear_events

Method clear_events

src/cdp.rs:190–192  ·  view source on GitHub ↗

Clear all buffered events.

(&mut self)

Source from the content-addressed store, hash-verified

188
189 /// Clear all buffered events.
190 pub fn clear_events(&mut self) {
191 self.events.clear();
192 }
193
194 /// Ensure a persistent CDP session is attached to the given target for continuous
195 /// event collection (Network + Console). If the target has changed, detaches

Callers 1

execute_commandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected