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

Method is_empty

src/config.rs:31–33  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

29
30impl AuthConfig {
31 fn is_empty(&self) -> bool {
32 self.token.is_none()
33 }
34}
35
36#[derive(Debug, Clone, Default, Deserialize, Serialize)]

Callers 15

get_group_eventFunction · 0.45
with_suffixMethod · 0.45
warn_if_activeMethod · 0.45
runFunction · 0.45
loginFunction · 0.45
get_executors_from_modesFunction · 0.45
resolve_modesMethod · 0.45
execute_configFunction · 0.45
runFunction · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected