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

Method testI64

test/netstd/Server/TestServer.cs:256–260  ·  view source on GitHub ↗
(long thing, CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

254 }
255
256 public Task<long> testI64(long thing, CancellationToken cancellationToken)
257 {
258 logger.Invoke("testI64({0})", thing);
259 return Task.FromResult(thing);
260 }
261
262 public Task<double> testDouble(double thing, CancellationToken cancellationToken)
263 {

Callers 1

ExecuteClientTestMethod · 0.45

Calls 1

InvokeMethod · 0.80

Tested by

no test coverage detected