Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
bool Error::IsError() const noexcept
26
{
27
return mCode != SQLITE_OK && mCode != SQLITE_DONE && mCode != SQLITE_ROW;
28
}
29
30
bool Error::IsOk() const noexcept
31
{
Callers
12
OnProjectBlobDownloaded
Method · 0.80
OnBlockDownloaded
Method · 0.80
SQLiteIniter
Method · 0.80
Open
Method · 0.80
~Connection
Method · 0.80
TransactionHandler
Method · 0.80
CreateStatement
Method · 0.80
OpenBlob
Method · 0.80
Close
Method · 0.80
Commit
Method · 0.80
Abort
Method · 0.80
InitializeSQL
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected