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

Method getStruct

tutorial/netstd/Server/Program.cs:379–385  ·  view source on GitHub ↗
(int key,
                CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

377 }
378
379 public async Task<SharedStruct> getStruct(int key,
380 CancellationToken cancellationToken)
381 {
382 if (Logger.IsEnabled(LogLevel.Information))
383 Logger.LogInformation("GetStruct({key})", key);
384 return _log[key];
385 }
386
387 public async Task ping(CancellationToken cancellationToken)
388 {

Callers 3

NodeClient.jsFile · 0.45

Calls 1

IsEnabledMethod · 0.80

Tested by

no test coverage detected