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

Method testI32

test/netstd/Server/TestServer.cs:250–254  ·  view source on GitHub ↗
(int thing, CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

248 }
249
250 public Task<int> testI32(int thing, CancellationToken cancellationToken)
251 {
252 logger.Invoke("testI32({0})", thing);
253 return Task.FromResult(thing);
254 }
255
256 public Task<long> testI64(long thing, CancellationToken cancellationToken)
257 {

Callers 1

ExecuteClientTestMethod · 0.45

Calls 1

InvokeMethod · 0.80

Tested by

no test coverage detected