MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / crate_name

Method crate_name

crates/firewheel-core/src/diff/notify.rs:353–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected