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

Class AuthConfig

src/config.rs:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#[derive(Debug, Clone, Default, Deserialize, Serialize)]
25#[serde(rename_all = "kebab-case")]
26pub struct AuthConfig {
27 pub token: Option<String>,
28}
29
30impl AuthConfig {
31 fn is_empty(&self) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected