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

Method Wrap

libraries/lib-sqlite-helpers/sqlite/Connection.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74Result<Connection> Connection::Wrap(sqlite3* connection)
75{
76 if (connection == nullptr)
77 return Error(SQLITE_MISUSE);
78
79 return Connection(connection, false);
80}
81
82Result<Connection> Connection::Reopen(
83 const Connection& connection, OpenMode mode, ThreadMode threadMode)

Callers 13

AddPromptMethod · 0.80
AddUnitsMethod · 0.80
AddTitleMethod · 0.80
AddFixedTextMethod · 0.80
AddVariableTextMethod · 0.80
AddParagraphMethod · 0.80
LayoutControlsMethod · 0.80
CloudLocationDialogMethod · 0.80
AddBecomeAPartnerPageMethod · 0.80
AddLoadingErrorPageMethod · 0.80
EllipsizeToTwoLinesFunction · 0.80
SetPluginsMethod · 0.80

Calls 2

ErrorFunction · 0.70
ConnectionFunction · 0.70

Tested by

no test coverage detected