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

Method exist

src/common/classes/array.h:458–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456 }
457
458 bool exist(const T& item) const
459 {
460 size_type pos; // ignored
461 return find(item, pos);
462 }
463
464 bool operator==(const Array& op) const
465 {

Callers 15

replicateFunction · 0.45
containsStreamMethod · 0.45
containsAnyStreamMethod · 0.45
collectStreamsMethod · 0.45
putSubFunctionMethod · 0.45
putSubProcedureMethod · 0.45
expandViewStreamsFunction · 0.45
findMethod · 0.45
collectStreamsMethod · 0.45
computableMethod · 0.45
getContextNumbersMethod · 0.45

Calls 1

findFunction · 0.50

Tested by

no test coverage detected