MCPcopy Index your code
hub / github.com/esphome/esp-stacktrace-decoder / function_name

Method function_name

src/lib.rs:44–46  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42impl DecodedAddress {
43 #[cfg_attr(target_family = "wasm", wasm_bindgen(getter))]
44 pub fn function_name(&self) -> String {
45 self.function_name.clone()
46 }
47 #[cfg_attr(target_family = "wasm", wasm_bindgen(setter))]
48 pub fn set_function_name(&mut self, function_name: String) {
49 self.function_name = function_name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected