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

Method Close

go/wrpc.go:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172}
173
174func (r nestedReceiver[T, A, B]) Close() error {
175 return r.rx.Close()
176}
177
178func NewNestedReceiver[T any, A Receiver[B], B Receiver[T]](rx A) Receiver[Receiver[T]] {
179 return nestedReceiver[T, A, B]{rx}

Callers 7

CloseMethod · 0.45
CloseMethod · 0.45
TestAsyncFunction · 0.45
TestResourcesFunction · 0.45
TestSyncFunction · 0.45
runFunction · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestAsyncFunction · 0.36
TestResourcesFunction · 0.36
TestSyncFunction · 0.36