MCPcopy 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

40impl std::ops::Deref for Uuid {
41 type Target = uuid::Uuid;
42 fn deref(&self) -> &Self::Target {
43 &self.0
44 }
45}
46
47impl std::ops::DerefMut for Uuid {

Callers 3

private_key_to_pkcs8Function · 0.45
validateMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected