MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / bundleNow

Method bundleNow

src/main/java/fieldbox/boxes/plugins/Bundle.kt:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 )
26 }
27
28 fun bundleNow() {
29 var v = Launch(root).getSaveFile()
30 if (v != null) {
31 if (!v.endsWith(".zip")) v = v+".zip"
32 // TODO: notification and feedback
33 val success = saveAndBundle(v);
34 showInFinder(v)
35 }
36 }
37
38 fun saveAndBundle(outputTo: String): Boolean {

Callers

nothing calls this directly

Calls 2

LaunchClass · 0.85
getSaveFileMethod · 0.80

Tested by

no test coverage detected