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

Method remove

src/common/MsgMetadata.cpp:215–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void MetadataBuilder::remove(CheckStatusWrapper* status, unsigned index)
216{
217 try
218 {
219 MutexLockGuard g(mtx, FB_FUNCTION);
220
221 indexError(index, "remove");
222
223 msgMetadata->items.remove(index);
224 }
225 catch (const Exception& ex)
226 {
227 ex.stuffException(status);
228 }
229}
230
231void MetadataBuilder::moveNameToIndex(CheckStatusWrapper* status, const char* name, unsigned index)
232{

Callers 7

setupIcuAttributesMethod · 0.45
releaseWorkerMethod · 0.45
releaseThreadMethod · 0.45
moveNameToIndexMethod · 0.45
~SharedFileInfoFunction · 0.45
getDbPathInfoFunction · 0.45

Calls 1

stuffExceptionMethod · 0.45

Tested by

no test coverage detected