MCPcopy Create free account
hub / github.com/apache/nutch / call

Method call

src/java/org/apache/nutch/parse/ParseCallable.java:34–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 @Override
35 public Parse call() throws Exception {
36 return p.getParse(url, content);
37 }
38}

Callers

nothing calls this directly

Calls 1

getParseMethod · 0.65

Tested by

no test coverage detected