Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ ElfAnalyzerError
Method
ElfAnalyzerError
src/pystack/_pystack/elf_common.h:25–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
{
24
public:
25
explicit ElfAnalyzerError(std::string error)
26
: d_error(std::move(error)){};
27
28
const char* what() const noexcept override
29
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected