MCPcopy
hub / github.com/Terry-Mao/goim / Ready

Method Ready

internal/comet/channel.go:75–77  ·  view source on GitHub ↗

Ready check the channel ready or close?

()

Source from the content-addressed store, hash-verified

73
74// Ready check the channel ready or close?
75func (c *Channel) Ready() *grpc.Proto {
76 return <-c.signal
77}
78
79// Signal send signal to the channel, protocol ready.
80func (c *Channel) Signal() {

Callers 2

dispatchWebsocketMethod · 0.80
dispatchTCPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected