Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ hasNext
Method
hasNext
core/src/test/java/feign/FeignBuilderTest.java:354–357 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
352
private
boolean called = false;
353
354
@Override
355
public
boolean hasNext() {
356
return
!called;
357
}
358
359
@Override
360
public
Object next() {
Callers
15
fromJson
Method · 0.45
dismiss404
Method · 0.45
decode204
Method · 0.45
doNotCloseAfterDecode
Method · 0.45
emptyValueOf
Method · 0.45
fetch
Method · 0.45
isApplicable
Method · 0.45
isApplicable
Method · 0.45
isMultipartFileCollection
Method · 0.45
isApplicable
Method · 0.45
executeSequential
Method · 0.45
verifyStatus
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected