Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosdata/cosdata
/ get_user
Method
get_user
src/models/types.rs:1485–1487 ·
view source on GitHub ↗
(&self, username: &str)
Source
from the content-addressed store, hash-verified
1483
}
1484
1485
pub fn get_user(&self, username: &str) -> Option<User> {
1486
self.map.get(username).map(|user| user.value().clone())
1487
}
1488
}
1489
1490
#[derive(Clone)]
Callers
1
create_session
Function · 0.80
Calls
2
clone
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected