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

Method testVoid

test/netstd/Server/TestServer.cs:226–230  ·  view source on GitHub ↗
(CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

224 }
225
226 public Task testVoid(CancellationToken cancellationToken)
227 {
228 logger.Invoke("testVoid()");
229 return Task.CompletedTask;
230 }
231
232 public Task<string> testString(string? thing, CancellationToken cancellationToken)
233 {

Callers 1

ExecuteClientTestMethod · 0.45

Calls 1

InvokeMethod · 0.80

Tested by

no test coverage detected