Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ toString
Method
toString
src/java/org/apache/nutch/parse/Outlink.java:78–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
public
String toString() {
79
return
"toUrl: "
+ toUrl +
" anchor: "
+ anchor;
// removed "\n". toString,
80
// not printLine... WD.
81
}
82
83
}
Callers
11
parsePluginFolder
Method · 0.45
PluginRepository
Method · 0.45
getClassLoader
Method · 0.45
getResourceString
Method · 0.45
getParserById
Method · 0.45
matchExtensions
Method · 0.45
getParse
Method · 0.45
run
Method · 0.45
isTruncated
Method · 0.45
getBatchIdFilter
Method · 0.45
calculateFetchInterval
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected