MCPcopy Create free account
hub / github.com/Card-Forge/forge / main

Method main

forge-lda/src/forge/lda/LDAModelGenerator.java:31–38  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

29
30
31 public static void main(String[] args){
32 GuiBase.setInterface(new GuiDesktop());
33 FModel.initialize(null, preferences -> {
34 preferences.setPref(ForgePreferences.FPref.LOAD_CARD_SCRIPTS_LAZILY, false);
35 return null;
36 });
37 initialize();
38 }
39
40 public static boolean initialize(){
41 List<String> formatStrings = new ArrayList<>();

Callers

nothing calls this directly

Calls 4

setInterfaceMethod · 0.95
initializeMethod · 0.95
initializeMethod · 0.95
setPrefMethod · 0.45

Tested by

no test coverage detected