MCPcopy Create free account
hub / github.com/MultiMC/Launcher / begin

Method begin

libraries/classparser/src/annotations.h:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106 ;
107 value_list::const_iterator begin()
108 {
109 return name_val_pairs.cbegin();
110 }
111 value_list::const_iterator end()
112 {
113 return name_val_pairs.cend();

Callers 2

appendCustomValuesFunction · 0.45
GetMinecraftJarVersionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected