MCPcopy
hub / github.com/square/retrofit / call

Method call

retrofit-mock/src/test/java/retrofit2/mock/CallsTest.java:235–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233 private int count = 0;
234
235 @Override
236 public Call<Integer> call() throws Exception {
237 return Calls.response(++count);
238 }
239 });
240 Call<Integer> a = counts.clone();
241 Call<Integer> b = counts.clone();

Callers 15

createErrorResponseMethod · 0.45
getDelegateMethod · 0.45
vFunction · 0.45
gFunction · 0.45
prism.jsFile · 0.45
uFunction · 0.45
main.jsFile · 0.45
nFunction · 0.45
uFunction · 0.45
sFunction · 0.45
aFunction · 0.45
lFunction · 0.45

Calls 1

responseMethod · 0.95

Tested by

no test coverage detected