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

Method testString

test/netstd/Server/TestServer.cs:232–236  ·  view source on GitHub ↗
(string? thing, CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

230 }
231
232 public Task<string> testString(string? thing, CancellationToken cancellationToken)
233 {
234 logger.Invoke("testString({0})", thing ?? "<null>");
235 return Task.FromResult(thing ?? string.Empty);
236 }
237
238 public Task<bool> testBool(bool thing, CancellationToken cancellationToken)
239 {

Callers 1

ExecuteClientTestMethod · 0.45

Calls 1

InvokeMethod · 0.80

Tested by

no test coverage detected