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

Method ping

tutorial/netstd/Server/Program.cs:387–390  ·  view source on GitHub ↗
(CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

385 }
386
387 public async Task ping(CancellationToken cancellationToken)
388 {
389 Logger.LogInformation("Ping()");
390 }
391
392 public async Task<int> add(int num1, int num2, CancellationToken cancellationToken)
393 {

Callers 3

NodeClient.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected