Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chirpstack/chirpstack
/ deref
Method
deref
chirpstack/src/storage/fields/uuid.rs:42–44 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
40
impl std::ops::Deref for Uuid {
41
type Target = uuid::Uuid;
42
fn deref(&self) -> &Self::Target {
43
&self.0
44
}
45
}
46
47
impl std::ops::DerefMut for Uuid {
Callers
3
private_key_to_pkcs8
Function · 0.45
validate
Method · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected