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

Method end

libraries/classparser/src/annotations.h:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 return name_val_pairs.cbegin();
110 }
111 value_list::const_iterator end()
112 {
113 return name_val_pairs.cend();
114 }
115 std::string toString();
116 static annotation *read(util::membuffer &input, constant_pool &pool);
117};

Callers 4

overlayColorsMethod · 0.45
lookupNtStatusCodeNameFunction · 0.45
appendCustomValuesFunction · 0.45
GetMinecraftJarVersionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected