Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ BacktraceEntry
Method
BacktraceEntry
pdal/util/private/BacktraceImpl.hpp:48–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
struct BacktraceEntry
47
{
48
BacktraceEntry() : addr(nullptr), offset(0)
49
{}
50
51
std::string libname;
52
void *addr;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected