MCPcopy 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
258const char *CException::Stack() const { return stack_; }
259
260void CException::Raise(const char *filename, int lineno, ExType extype) {
261 Raise(CException(filename, lineno, extype, ""), false);

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected