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

Method begin

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

returns an iterator to the first element stored

Source from the content-addressed store, hash-verified

319
320// returns an iterator to the first element stored
321Groups::const_iterator ChannelGroups::begin() const {
322 return groups.begin();
323}
324
325// returns an iterator to after the last element stored
326Groups::const_iterator ChannelGroups::end() const {

Callers 15

remove_old_installFunction · 0.45
df_liquids_executeFunction · 0.45
setItemFromNameFunction · 0.45
autoclothingFunction · 0.45
digFloodFunction · 0.45
get_string_keyFunction · 0.45
can_tradeFunction · 0.45
can_meltFunction · 0.45
setThresholdsFunction · 0.45
shift_depthMethod · 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