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

Method location

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

Source from the content-addressed store, hash-verified

51
52 #[cfg_attr(target_family = "wasm", wasm_bindgen(getter))]
53 pub fn location(&self) -> String {
54 self.location.clone()
55 }
56 #[cfg_attr(target_family = "wasm", wasm_bindgen(setter))]
57 pub fn set_location(&mut self, location: String) {
58 self.location = location;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected