MCPcopy Create free account
hub / github.com/MrNothing/AI-Blocks / createScript

Function createScript

Sources/src/Model/UI/FilePicker.js:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 createScript()
32 {
33 window.service.createScriptUI.show(window.service.pickercallback);
34 $('#file-picker').modal("hide");
35 $('#script-creator').modal("show");
36 }
37
38 findAllScriptsInFolders(ext, folder, root)
39 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected