MCPcopy Create free account
hub / github.com/apache/thrift / run

Method run

tutorial/java/src/JavaServer.java:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46 Runnable simple = new Runnable() {
47 public void run() {
48 simple(processor);
49 }
50 };
51 Runnable secure = new Runnable() {
52 public void run() {

Callers 2

PythonClient.pyFile · 0.45
PythonServer.pyFile · 0.45

Calls 2

simpleMethod · 0.95
secureMethod · 0.95

Tested by

no test coverage detected