Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ getFirstSelectedElem
Method
getFirstSelectedElem
plugins/listcolumn.h:313–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
}
312
313
T getFirstSelectedElem()
314
{
315
vector<T> results = getSelectedElems(true);
316
if (results.size() == 0)
317
return default_value;
318
else
319
return results[0];
320
}
321
322
bool hasSelection()
323
{
Callers
9
feed
Method · 0.80
feed
Method · 0.80
populateActivityColumn
Method · 0.80
feed
Method · 0.80
populateDwarfColumn
Method · 0.80
populateCategoryBreakdownColumn
Method · 0.80
feed
Method · 0.80
populateDwarfColumn
Method · 0.80
getSelectedUnit
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected