Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ Stack
Method
Stack
contrib/pax_storage/src/cpp/exceptions/CException.cc:258–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
const char *CException::Stack() const { return stack_; }
259
260
void CException::Raise(const char *filename, int lineno, ExType extype) {
261
Raise(CException(filename, lineno, extype,
""
), false);
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected