Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createErrorResponse
Method · 0.45
getDelegate
Method · 0.45
v
Function · 0.45
g
Function · 0.45
prism.js
File · 0.45
u
Function · 0.45
main.js
File · 0.45
n
Function · 0.45
u
Function · 0.45
s
Function · 0.45
a
Function · 0.45
l
Function · 0.45
Calls
1
response
Method · 0.95
Tested by
no test coverage detected