Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HtmlUnit/htmlunit
/ isBlocked
Method
isBlocked
src/test/java/org/htmlunit/doc/DetailsTest.java:85–87 ·
view source on GitHub ↗
(final URL requestUrl)
Source
from the content-addressed store, hash-verified
83
}
84
85
private
boolean isBlocked(
final
URL requestUrl) {
86
return
true;
87
}
88
};
89
90
// use the client as usual
Callers
1
getResponse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected