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

Method IsShutdown

io.go:94–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94func (io *IO) IsShutdown() bool {
95 if io.Stream == nil {
96 return false
97 }
98 return io.Stream.IsShutdown()
99}
100
101func (i *IO) close(err StopError) bool {
102 if i.IsClosed() {

Callers

nothing calls this directly

Calls 1

IsShutdownMethod · 0.65

Tested by

no test coverage detected