Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
247
bool RunResult::HasRows() const noexcept
248
{
249
return mHasRows;
250
}
251
252
int RunResult::GetModifiedRowsCount() const noexcept
253
{
Callers
2
SQliteHelpersTests.cpp
File · 0.80
CheckTableExists
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected