Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/stacktrace
/ source_file
Method
source_file
include/boost/stacktrace/detail/unwind_base_impls.hpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
} // namespace detail
39
40
std::string frame::source_file() const {
41
return std::string();
42
}
43
44
std::size_t frame::source_line() const {
45
return 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected