MCPcopy 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

18public:
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.cppFile · 0.70
RunResultMethod · 0.70
DoGetMethod · 0.70
SQLiteIniterMethod · 0.70
OpenMethod · 0.70
WrapMethod · 0.70
ReopenMethod · 0.70
ExecuteMethod · 0.70
TransactionHandlerMethod · 0.70
CreateStatementMethod · 0.70
OpenBlobMethod · 0.70
CloseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected