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

Method loaded

src/main/java/fieldcef/plugins/OutputBox.kt:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 var out: Out? = null
42 var playlist = Arrays.asList("preamble.js", "jquery-2.1.0.min.js", "jquery.autosize.input.js", "modal.js")
43 var styleSheet = "field-codemirror.css"
44 var styles: String? = null
45 private fun toHTML(param: Any): String {
46 return if (out == null) "" + param else out!!.convert(param)
47 }
48

Callers

nothing calls this directly

Calls 2

bothFunction · 0.85
findFunction · 0.50

Tested by

no test coverage detected