MCPcopy Create free account
hub / github.com/GCMiner/GCMiner / compile

Method compile

src/test/java/examples/CompilerTest.java:43–47  ·  view source on GitHub ↗

Compiles an input and returns its result

(SourceFile input)

Source from the content-addressed store, hash-verified

41
42 /** Compiles an input and returns its result */
43 private Result compile(SourceFile input) {
44 Result result = compiler.compile(externs, input, options);
45 assumeTrue(result.success); // Semantic validity check
46 return result;
47 }
48
49 /** Entry point for fuzzing with default (arbitrary) string generator */
50 @Fuzz

Callers 1

testWithGeneratorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected