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

Function Initialize

libraries/lib-sqlite-helpers/sqlite/SQLiteUtils.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90} // namespace
91
92Error Initialize() noexcept
93{
94 return GetIniter().GetError();
95}
96
97void SetLogCallback(LogCallback callback)
98{

Callers 4

OpenMethod · 0.70
StartMethod · 0.50
InitializeSQLMethod · 0.50
AccessStateMethod · 0.50

Calls 1

GetErrorMethod · 0.45

Tested by

no test coverage detected