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

Method Run

libraries/lib-sqlite-helpers/sqlite/Statement.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197RunResult RunContext::Run()
198{
199 mNeedsReset = true;
200 return RunResult { mStatement, std::move(mErrors) };
201}
202
203RunResult::RunResult(StatementHandlePtr stmt, std::vector<Error> errors) noexcept
204 : mStatement { std::move(stmt) }

Callers 15

HasAutosaveFunction · 0.45
DropAutosaveFunction · 0.45
ListAttachedDatabasesFunction · 0.45
RemoteProjectSnapshotMethod · 0.45
AttachOriginalDBMethod · 0.45
SetupBlocksCopyMethod · 0.45
CalculateKnownBlocksMethod · 0.45
OnBlockDownloadedMethod · 0.45
CleanupOrphanBlocksMethod · 0.45
OnAppClosingMethod · 0.45

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected