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

Method testUuid

test/netstd/Server/TestServer.cs:274–278  ·  view source on GitHub ↗
(Guid thing, CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

272 }
273
274 public Task<Guid> testUuid(Guid thing, CancellationToken cancellationToken)
275 {
276 logger.Invoke("testUuid({0})", thing.ToString("B"));
277 return Task.FromResult(thing);
278 }
279
280 public Task<Xtruct> testStruct(Xtruct? thing, CancellationToken cancellationToken)
281 {

Callers 1

ExecuteClientTestMethod · 0.45

Calls 2

InvokeMethod · 0.80
ToStringMethod · 0.80

Tested by

no test coverage detected