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

Method name

crates/runner-shared/src/artifacts/mod.rs:18–20  ·  view source on GitHub ↗

WARNING: This doesn't support generic types

()

Source from the content-addressed store, hash-verified

16{
17 /// WARNING: This doesn't support generic types
18 fn name() -> &'static str {
19 std::any::type_name::<Self>().rsplit("::").next().unwrap()
20 }
21
22 fn file_name(pid: Option<pid_t>) -> String {
23 if let Some(pid) = pid {

Callers

nothing calls this directly

Implementers 2

execution_timestamps.rscrates/runner-shared/src/artifacts/exe
memtrack.rscrates/runner-shared/src/artifacts/mem

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected