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

Method remove

src/remote/remote.h:245–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 bool remove(Rbl* blob)
246 {
247 const Item item(blob);
248
249 if (m_tree.isPositioned(item) || m_tree.locate(item))
250 {
251 m_tree.fastRemove();
252 return true;
253 }
254
255 return false;
256 }
257
258 void clear()
259 {

Callers

nothing calls this directly

Calls 3

isPositionedMethod · 0.45
locateMethod · 0.45
fastRemoveMethod · 0.45

Tested by

no test coverage detected