MCPcopy Index your code
hub / github.com/OpenSourcePhysics/osp / add

Method add

src/test/LoaderTest.java:408–413  ·  view source on GitHub ↗
(File f)

Source from the content-addressed store, hash-verified

406 // return empty list
407 return new ArrayList<File>() {
408 @Override
409 public boolean add(File f) {
410 if (!contains(f))
411 super.add(f);
412 return true;
413 }
414 };
415 }
416

Callers 15

IsingTempControlMethod · 0.45
IsingControlMethod · 0.45
AssetsTestMethod · 0.45
getFileListMethod · 0.45
Test_EventMethod · 0.45
getMenuBarMethod · 0.45
getTopPanelMethod · 0.45
ReleaseZipFileTestMethod · 0.45
LoaderTestMethod · 0.45
loadIntoEditorMethod · 0.45
prepareZipFilesMethod · 0.45
doInBackgroundAsyncMethod · 0.45

Calls 1

containsMethod · 0.65

Tested by

no test coverage detected