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

Method testBool

test/netstd/Server/TestServer.cs:238–242  ·  view source on GitHub ↗
(bool thing, CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

236 }
237
238 public Task<bool> testBool(bool thing, CancellationToken cancellationToken)
239 {
240 logger.Invoke("testBool({0})", thing);
241 return Task.FromResult(thing);
242 }
243
244 public Task<sbyte> testByte(sbyte thing, CancellationToken cancellationToken)
245 {

Callers 1

ExecuteClientTestMethod · 0.45

Calls 1

InvokeMethod · 0.80

Tested by

no test coverage detected