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

Method ping

tutorial/java/src/CalculatorHandler.java:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 public void ping() {
37 System.out.println("ping()");
38 }
39
40 public int add(int n1, int n2) {
41 System.out.println("add(" + n1 + "," + n2 + ")");

Callers 1

performMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected