Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gson
/ run
Method
run
gson/src/test/java/com/google/gson/GsonTest.java:197–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
195
Thread thread =
196
new
Thread() {
197
@Override
198
public
void
run() {
199
threadAdapter.set(gson.getAdapter(requestedType));
200
}
201
};
202
thread.start();
203
try {
Callers
nothing calls this directly
Calls
2
getAdapter
Method · 0.80
set
Method · 0.45
Tested by
no test coverage detected