Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Faster3ck/Converseen
/ loadFormats
Method
loadFormats
src/mainwindowimpl.cpp:816–822 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
814
}
815
816
void MainWindowImpl::loadFormats()
817
{
818
Formats::loadFormats();
819
820
comboWFormats->addItems(Formats::writableFilters());
821
comboWFormats->setCurrentIndex(0);
822
}
823
824
void MainWindowImpl::setCurrentDirectory()
825
{
Callers
nothing calls this directly
Calls
1
addItems
Method · 0.80
Tested by
no test coverage detected