MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / removeCurrent

Method removeCurrent

src/yvalve/utl.cpp:989–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987 }
988
989 void removeCurrent(CheckStatusWrapper* status)
990 {
991 try
992 {
993 pb->deleteClumplet();
994 }
995 catch (const Exception& ex)
996 {
997 ex.stuffException(status);
998 }
999 }
1000
1001 void insertInt(CheckStatusWrapper* status, unsigned char tag, int value)
1002 {

Callers

nothing calls this directly

Calls 2

deleteClumpletMethod · 0.80
stuffExceptionMethod · 0.45

Tested by

no test coverage detected