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

Method Size

libraries/lib-sqlite-helpers/sqlite/Blob.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43int64_t Blob::Size() const noexcept
44{
45 if (mBlob == nullptr)
46 return 0;
47
48 return sqlite3_blob_bytes(mBlob);
49}
50
51int64_t
52Blob::Read(void* buffer, int64_t offset, int64_t bufferSize) const noexcept

Callers 15

EffectOutputTracksMethod · 0.80
AddToOutputTracksMethod · 0.80
parseEffectGroupFunction · 0.80
parseProductPagesFunction · 0.80
DeserializeArrayFunction · 0.80
DoEffectMethod · 0.80
ShuttleGui.hFile · 0.80
MakeStereoMethod · 0.80
ImportMethod · 0.80
HandleImportMethod · 0.80
AddBandSlidersMethod · 0.80
ParseReleaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected