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

Method begin

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

Source from the content-addressed store, hash-verified

260}
261
262RowIterator RunResult::begin() noexcept
263{
264 return mHasRows ? RowIterator { mStatement, mErrors } : RowIterator {};
265}
266
267RowIterator RunResult::end() noexcept
268{

Callers 15

TransactionHandlerMethod · 0.45
ResetCursorMethod · 0.45
GetActiveBlockIDsMethod · 0.45
copyToVectorFunction · 0.45
ClipFilledWithMethod · 0.45
GetLanguagesFunction · 0.45
IdentifierMethod · 0.45

Calls

no outgoing calls

Tested by 3

GetActiveBlockIDsMethod · 0.36
copyToVectorFunction · 0.36
ClipFilledWithMethod · 0.36