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

Method add

src/common/classes/tree.h:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540 {}
541
542 bool add(const Value& item)
543 {
544 return tree->add(item, this);
545 }
546
547 // Remove item. Current position moves to next item after this call.
548 // If next item doesn't exist method returns false

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected