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

Method call

benchmark/bench/knucleotide.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 final int finalFragmentLength = fragmentLength;
25 tasks.add(new Callable<Map<String, knucleotide>>() {
26 public Map<String, knucleotide> call() {
27 return createFragmentMap(sequence, offset, finalFragmentLength);
28 }
29 });
30 }
31 }

Callers

nothing calls this directly

Calls 1

createFragmentMapMethod · 0.95

Tested by

no test coverage detected