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

Method add

src/common/classes/objects_array.h:715–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713
714 public:
715 size_type add(const Value& item)
716 {
717 const Value* oldBegin = values.begin();
718 values.add(item);
719 checkPointers(oldBegin);
720 return pointers.add(values.end() - 1);
721 }
722
723 const_iterator begin() const
724 {

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
addMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected