Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ addOptionItem
Method
addOptionItem
src/Options.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
void Options::addOptionItem(std::shared_ptr<OptionItemBase> inItem)
154
{
155
mOptionItemList.push_back(inItem);
156
}
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected