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

Method HasRows

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

Source from the content-addressed store, hash-verified

245}
246
247bool RunResult::HasRows() const noexcept
248{
249 return mHasRows;
250}
251
252int RunResult::GetModifiedRowsCount() const noexcept
253{

Callers 2

CheckTableExistsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected