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

Method get_name

chirpstack/src/adr/plugin.rs:63–65  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

61#[async_trait]
62impl Handler for Plugin {
63 fn get_name(&self) -> String {
64 self.name.clone()
65 }
66
67 fn get_id(&self) -> String {
68 self.id.clone()

Callers 2

get_region_config_idFunction · 0.45
get_algorithmsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected