MCPcopy 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

fromJsonMethod · 0.45
dismiss404Method · 0.45
decode204Method · 0.45
doNotCloseAfterDecodeMethod · 0.45
emptyValueOfMethod · 0.45
fetchMethod · 0.45
isApplicableMethod · 0.45
isApplicableMethod · 0.45
isApplicableMethod · 0.45
executeSequentialMethod · 0.45
verifyStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected