Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
func
(io *IO) IsClosed() bool {
60
return
io.Err() != nil
61
}
62
63
// SetIO(可选) 设置Writer、Reader、Closer
64
func
(i *IO) SetIO(conn any) {
Callers
2
close
Method · 0.95
receive
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected