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

Function parse_raw

src/config.rs:342–344  ·  view source on GitHub ↗
(yaml: &str)

Source from the content-addressed store, hash-verified

340 use tempfile::TempDir;
341
342 fn parse_raw(yaml: &str) -> RawConfig {
343 serde_yaml::from_str(yaml).unwrap()
344 }
345
346 #[test]
347 fn migrate_v0_with_top_level_auth_token() {

Calls

no outgoing calls