MCPcopy Create free account
hub / github.com/MTrop/DoomTools / clear

Method clear

src/main/java/net/mtrop/doom/tools/struct/Loader.java:416–426  ·  view source on GitHub ↗

Clears all cached objects and errors.

()

Source from the content-addressed store, hash-verified

414 * Clears all cached objects and errors.
415 */
416 public void clear()
417 {
418 synchronized (nameMap)
419 {
420 synchronized (nameMap)
421 {
422 errorNames.clear();
423 nameMap.clear();
424 }
425 }
426 }
427
428 // Fetches or creates the thread executor.
429 private ThreadPoolExecutor fetchExecutor()

Callers 15

setArgsMethod · 0.45
setMapsToScanMethod · 0.45
fromFileMethod · 0.45
clearErrorNamesMethod · 0.45
parseThingBodyBlockMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
clearLabelsMethod · 0.45
clearLabelsMethod · 0.45
clearPropertiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected