MCPcopy Create free account
hub / github.com/DFHack/dfhack / contains

Method contains

plugins/spectate.cpp:264–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 }
263
264 bool contains(int32_t unit_id) {
265 return units.contains(unit_id);
266 }
267
268 void trim() {
269 uint32_t unpaused_ms = Core::getInstance().getUnpausedMs();

Callers 15

InitMainThreadMethod · 0.80
InitSimulationThreadMethod · 0.80
isArmokToolMethod · 0.80
IsAliasMethod · 0.80
matchFocusStringMethod · 0.80
getWidgetMethod · 0.80
loadTilesetMethod · 0.80
getTexposByHandleMethod · 0.80
deleteHandleMethod · 0.80
removeKeybindMethod · 0.80
listKeybindsMethod · 0.80
handleKeybindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected