MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / into_hashmap

Method into_hashmap

chirpstack/src/storage/fields/key_value.rs:23–25  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

21
22 #[allow(clippy::wrong_self_convention)]
23 pub fn into_hashmap(&self) -> HashMap<String, String> {
24 self.0.clone()
25 }
26}
27
28impl Deref for KeyValue {

Callers 13

_request_adr_changeMethod · 0.45
getMethod · 0.45
listMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
get_by_profile_idMethod · 0.45
list_vendorsMethod · 0.45
get_vendorMethod · 0.45
get_deviceMethod · 0.45
getMethod · 0.45
listMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected