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

Method Receive

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

Source from the content-addressed store, hash-verified

112
113type Receiver[T any] interface {
114 Receive() (T, error)
115 io.Closer
116}
117

Callers 6

ReceiveMethod · 0.65
TestAsyncFunction · 0.65
RunFunction · 0.65
WriteToIndexMethod · 0.65
WriteToIndexMethod · 0.65
ServeInterfaceFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestAsyncFunction · 0.52