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

Method end

plugins/channel-safely/channel-groups.cpp:326–328  ·  view source on GitHub ↗

returns an iterator to after the last element stored

Source from the content-addressed store, hash-verified

324
325// returns an iterator to after the last element stored
326Groups::const_iterator ChannelGroups::end() const {
327 return groups.end();
328}
329
330// returns a count of 0 or 1 depending on whether map_pos is mapped to a group
331size_t ChannelGroups::count(const df::coord &map_pos) const {

Callers 15

remove_old_installFunction · 0.45
df_liquids_executeFunction · 0.45
setItemFromNameFunction · 0.45
autoclothingFunction · 0.45
maybeExploreFunction · 0.45
digFloodFunction · 0.45
get_string_keyFunction · 0.45
can_tradeFunction · 0.45
can_meltFunction · 0.45
setThresholdsFunction · 0.45
print_mineral_statsMethod · 0.45
~VeinGeneratorMethod · 0.45

Calls

no outgoing calls

Tested by 5

printMatsFunction · 0.36
map_prospectorFunction · 0.36
trimMethod · 0.36
add_bucket_to_vectorsFunction · 0.36
follow_a_dwarfFunction · 0.36