Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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() {
Callers
4
migrate_v0_with_top_level_auth_token
Function · 0.85
migrate_canonical_is_idempotent
Function · 0.85
migrate_preserves_existing_profile_token
Function · 0.85
migrate_refuses_newer_schema_version
Function · 0.85
Calls
no outgoing calls
Tested by
4
migrate_v0_with_top_level_auth_token
Function · 0.68
migrate_canonical_is_idempotent
Function · 0.68
migrate_preserves_existing_profile_token
Function · 0.68
migrate_refuses_newer_schema_version
Function · 0.68