MCPcopy Create free account
hub / github.com/bytecodealliance/wrpc / IdentityNestedAsync

Method IdentityNestedAsync

tests/go/async.go:33–36  ·  view source on GitHub ↗
(ctx context.Context, v wrpc.Receiver[wrpc.Receiver[wrpc.Receiver[wrpc.Receiver[[]string]]]])

Source from the content-addressed store, hash-verified

31}
32
33func (AsyncHandler) IdentityNestedAsync(ctx context.Context, v wrpc.Receiver[wrpc.Receiver[wrpc.Receiver[wrpc.Receiver[[]string]]]]) (wrpc.Receiver[wrpc.Receiver[wrpc.Receiver[wrpc.Receiver[[]string]]]], error) {
34 slog.DebugContext(ctx, "handling `identity-nested-async`")
35 return v, nil
36}

Callers 1

TestAsyncFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestAsyncFunction · 0.64