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

Method Close

libraries/lib-project-file-io/ProjectFileIO.cpp:226–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 int Close() noexcept
227 {
228 if (mBlob == nullptr)
229 return SQLITE_OK;
230
231 const int rc = sqlite3_blob_close(mBlob);
232
233 mBlob = nullptr;
234
235 return rc;
236 }
237
238 int Write(const void* ptr, int size) noexcept
239 {

Callers 5

CloseConnectionMethod · 0.45
DiscardConnectionMethod · 0.45
RestoreConnectionMethod · 0.45
CopyToMethod · 0.45
WriteDocMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected