Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
impl AuthApi {
122
pub fn is_dev(&self) -> bool {
123
matches!(self, AuthApi::Dev { .. })
124
}
125
}
126
127
#[derive(Debug, Clone, Deserialize)]
Callers
1
get_meta
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected