MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / next

Method next

crates/runner-shared/src/artifacts/memtrack.rs:84–86  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

82 type Item = MemtrackEvent;
83
84 fn next(&mut self) -> Option<Self::Item> {
85 MemtrackEvent::deserialize(&mut self.deserializer).ok()
86 }
87}
88
89/// Streaming writer for memtrack events with compression

Callers 12

mainFunction · 0.80
try_fromMethod · 0.80
relative_address_baseFunction · 0.80
restore_from_cacheFunction · 0.80
recv_cmdMethod · 0.80
newMethod · 0.80
as_charMethod · 0.80
nameMethod · 0.80
is_emptyMethod · 0.80

Calls

no outgoing calls

Tested by 1