Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void SetLogCallback(LogCallback callback)
98
{
99
GetIniter().SetLogCallback(std::move(callback));
100
}
101
102
} // namespace audacity::sqlite
Callers
1
InitializeSQL
Method · 0.85
Calls
2
move
Function · 0.85
SetLogCallback
Method · 0.80
Tested by
no test coverage detected