MCPcopy
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

getAdapterMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected