Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceramicnetwork/rust-ceramic
/ record
Method
record
p2p/src/metrics.rs:166–168 ·
view source on GitHub ↗
(&self, _event: &LoopEvent)
Source
from the content-addressed store, hash-verified
164
165
impl Recorder<LoopEvent> for Metrics {
166
fn record(&self, _event: &LoopEvent) {
167
self.loop_count.inc();
168
}
169
}
170
171
pub enum PublisherEvent {
Callers
6
run
Method · 0.45
handle_swarm_event
Method · 0.45
handle_node_event
Method · 0.45
handle_connection_established
Method · 0.45
handle_connection_closed
Method · 0.45
handle_dial_failure
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected