Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ what
Method
what
src/pystack/_pystack/corefile.h:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
: d_error(std::move(error)){};
47
48
[[nodiscard]] const char* what() const noexcept override
49
{
50
return d_error.c_str();
51
}
52
53
private:
54
std::string d_error;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected