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

Function SetLogCallback

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

Source from the content-addressed store, hash-verified

95}
96
97void SetLogCallback(LogCallback callback)
98{
99 GetIniter().SetLogCallback(std::move(callback));
100}
101
102} // namespace audacity::sqlite

Callers 1

InitializeSQLMethod · 0.85

Calls 2

moveFunction · 0.85
SetLogCallbackMethod · 0.80

Tested by

no test coverage detected