MCPcopy Index your code
hub / github.com/apache/groovy / huntForTheScriptFile

Method huntForTheScriptFile

src/main/java/groovy/ui/GroovyMain.java:555–557  ·  view source on GitHub ↗

Hunt for the script file by calling searchForGroovyScriptFile(String). @see GroovyMain#searchForGroovyScriptFile(String)

(String input)

Source from the content-addressed store, hash-verified

553 * @see GroovyMain#searchForGroovyScriptFile(String)
554 */
555 public File huntForTheScriptFile(String input) {
556 return GroovyMain.searchForGroovyScriptFile(input);
557 }
558
559 // GROOVY-6771
560 private static void setupContextClassLoader(GroovyShell shell) {

Callers 3

getTextMethod · 0.95
getScriptSourceMethod · 0.95
processFilesMethod · 0.95

Calls 1

Tested by

no test coverage detected