MCPcopy Index your code
hub / github.com/Monibuca/engine / IsClosed

Method IsClosed

io.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (io *IO) IsClosed() bool {
60 return io.Err() != nil
61}
62
63// SetIO(可选) 设置Writer、Reader、Closer
64func (i *IO) SetIO(conn any) {

Callers 2

closeMethod · 0.95
receiveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected