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

Method encoding

src/upload/profile_archive.rs:73–79  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

71 }
72
73 pub fn encoding(&self) -> Option<String> {
74 match self {
75 ProfileArchiveContent::CompressedInMemory { .. } => Some("gzip".to_string()),
76 ProfileArchiveContent::CompressedOnDisk { .. } => Some("gzip".to_string()),
77 _ => None,
78 }
79 }
80}
81
82impl Drop for ProfileArchiveContent {

Callers 2

get_upload_metadataMethod · 0.80
upload_profile_archiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected