MCPcopy Create free account
hub / github.com/audacity/audacity / IsError

Method IsError

libraries/lib-sqlite-helpers/sqlite/Error.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25bool Error::IsError() const noexcept
26{
27 return mCode != SQLITE_OK && mCode != SQLITE_DONE && mCode != SQLITE_ROW;
28}
29
30bool Error::IsOk() const noexcept
31{

Callers 12

OnBlockDownloadedMethod · 0.80
SQLiteIniterMethod · 0.80
OpenMethod · 0.80
~ConnectionMethod · 0.80
TransactionHandlerMethod · 0.80
CreateStatementMethod · 0.80
OpenBlobMethod · 0.80
CloseMethod · 0.80
CommitMethod · 0.80
AbortMethod · 0.80
InitializeSQLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected