Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.80
get_owner_and_repository
Method · 0.80
try_from
Method · 0.80
relative_address_base
Function · 0.80
restore_from_cache
Function · 0.80
pinned_go_runner_installers
Function · 0.80
recv_cmd
Method · 0.80
new
Method · 0.80
as_char
Method · 0.80
name
Method · 0.80
is_empty
Method · 0.80
test_deserialize_realloc_compat
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_deserialize_realloc_compat
Function · 0.64