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

Method testDouble

test/netstd/Server/TestServer.cs:262–266  ·  view source on GitHub ↗
(double thing, CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

260 }
261
262 public Task<double> testDouble(double thing, CancellationToken cancellationToken)
263 {
264 logger.Invoke("testDouble({0})", thing);
265 return Task.FromResult(thing);
266 }
267
268 public Task<byte[]> testBinary(byte[]? thing, CancellationToken cancellationToken)
269 {

Callers 1

ExecuteClientTestMethod · 0.45

Calls 1

InvokeMethod · 0.80

Tested by

no test coverage detected