MCPcopy Create free account
hub / github.com/Shannon-Data/ShannonBase / setErrorCode

Method setErrorCode

storage/ndb/src/ndbapi/NdbQueryBuilder.cpp:1015–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013}
1014
1015void NdbQueryBuilderImpl::setErrorCode(int aErrorCode) {
1016 assert(aErrorCode != 0);
1017 m_error.code = aErrorCode;
1018 m_hasError = true;
1019}
1020
1021bool NdbQueryBuilderImpl::contains(const NdbQueryOperationDefImpl *opDef) {
1022 for (Uint32 i = 0; i < m_operations.size(); ++i) {

Callers 2

setErrorCodeFunction · 0.45
linkedValueMethod · 0.45

Calls 1

assertClass · 0.85

Tested by

no test coverage detected