Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
impl Deref for KeyValue {
Callers
13
_request_adr_change
Method · 0.45
get
Method · 0.45
list
Method · 0.45
get
Method · 0.45
get
Method · 0.45
get
Method · 0.45
get_by_profile_id
Method · 0.45
list_vendors
Method · 0.45
get_vendor
Method · 0.45
get_device
Method · 0.45
get
Method · 0.45
list
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected