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

Method testByte

test/netstd/Server/TestServer.cs:244–248  ·  view source on GitHub ↗
(sbyte thing, CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

242 }
243
244 public Task<sbyte> testByte(sbyte thing, CancellationToken cancellationToken)
245 {
246 logger.Invoke("testByte({0})", thing);
247 return Task.FromResult(thing);
248 }
249
250 public Task<int> testI32(int thing, CancellationToken cancellationToken)
251 {

Callers 1

ExecuteClientTestMethod · 0.45

Calls 1

InvokeMethod · 0.80

Tested by

no test coverage detected