MCPcopy Create free account
hub / github.com/Lintermute/lazy_errors / location

Function location

lazy_errors/src/error.rs:755–757  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

753
754#[track_caller]
755pub fn location() -> Location {
756 core::panic::Location::caller()
757}
758
759fn display_list_of_children<I: Display>(
760 f: &mut fmt::Formatter<'_>,

Callers 4

pushMethod · 0.85
wrapMethod · 0.85
wrap_withMethod · 0.85
from_messageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected