()
| 351 | Some("Notify") |
| 352 | } |
| 353 | fn crate_name() -> Option<&'static str> { |
| 354 | Some(::core::module_path!().split(':').next().unwrap()) |
| 355 | } |
| 356 | fn module_path() -> Option<&'static str> { |
| 357 | Some(::core::module_path!()) |
| 358 | } |
nothing calls this directly
no outgoing calls
no test coverage detected