(&self)
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected