Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ removeMark
Method
removeMark
src/java/org/apache/nutch/storage/Mark.java:40–42 ·
view source on GitHub ↗
(WebPage page)
Source
from the content-addressed store, hash-verified
38
}
39
40
public
Utf8 removeMark(WebPage page) {
41
return
(Utf8) page.getMarkers().put(name, null);
42
}
43
44
public
Utf8 checkMark(WebPage page) {
45
return
(Utf8) page.getMarkers().get(name);
Callers
2
removeMarkIfExist
Method · 0.95
reduce
Method · 0.80
Calls
2
put
Method · 0.45
getMarkers
Method · 0.45
Tested by
no test coverage detected