MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / insert

Method insert

launcher/SeparatorPrefixTree.h:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 void insert(QStringList paths)
21 {
22 for(auto &path: paths)
23 {
24 insert(path);
25 }
26 }
27
28 /// insert an exact path into the tree
29 SeparatorPrefixTree & insert(QString path)

Callers 15

refreshMethod · 0.80
setStaleMethod · 0.80
roleNamesMethod · 0.80
ApplicationMethod · 0.80
SeparatorPrefixTreeClass · 0.80
writeStringFunction · 0.80
writeStringListFunction · 0.80
serializeMethod · 0.80
mergeZipFilesMethod · 0.80
createModdedJarMethod · 0.80
setInstanceGroupMethod · 0.80
undoTrashInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected