MCPcopy Create free account
hub / github.com/MariaDB/server / DoThrow

Function DoThrow

storage/connect/plugutil.cpp:549–552  ·  view source on GitHub ↗

/ Use it to export a function that do throwing. */ /

Source from the content-addressed store, hash-verified

547/* Use it to export a function that do throwing. */
548/***********************************************************************/
549static void *DoThrow(int n)
550{
551 throw n;
552} /* end of DoThrow */
553
554/***********************************************************************/
555/* Program for sub-allocating one item in a storage area. */

Callers 2

PlugSubAllocFunction · 0.85
MakeOffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected