MCPcopy Create free account
hub / github.com/boostorg/stacktrace / source_line

Method source_line

include/boost/stacktrace/detail/unwind_base_impls.hpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44std::size_t frame::source_line() const {
45 return 0;
46}
47
48}} // namespace boost::stacktrace
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected