MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / is_dev

Method is_dev

kms/src/config.rs:122–124  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

120
121impl AuthApi {
122 pub fn is_dev(&self) -> bool {
123 matches!(self, AuthApi::Dev { .. })
124 }
125}
126
127#[derive(Debug, Clone, Deserialize)]

Callers 1

get_metaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected