Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ Error
Function
Error
libraries/lib-sqlite-helpers/sqlite/Error.h:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
public:
19
Error() noexcept;
20
explicit Error(int code) noexcept;
21
22
Error(const Error&) = default;
23
Error(Error&&) = default;
24
25
Error& operator=(const Error&) = default;
Callers
15
Statement.cpp
File · 0.70
RunResult
Method · 0.70
DoGet
Method · 0.70
SQLiteIniter
Method · 0.70
Open
Method · 0.70
Wrap
Method · 0.70
Reopen
Method · 0.70
Execute
Method · 0.70
TransactionHandler
Method · 0.70
CreateStatement
Method · 0.70
OpenBlob
Method · 0.70
Close
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected