MCPcopy Create free account
hub / github.com/esphome/esp-stacktrace-decoder / set_function_name

Method set_function_name

src/lib.rs:48–50  ·  view source on GitHub ↗
(&mut self, function_name: String)

Source from the content-addressed store, hash-verified

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;
50 }
51
52 #[cfg_attr(target_family = "wasm", wasm_bindgen(getter))]
53 pub fn location(&self) -> String {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected