MCPcopy
hub / github.com/olahol/melody / closed

Method closed

session.go:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (s *Session) closed() bool {
59 s.rwmutex.RLock()
60 defer s.rwmutex.RUnlock()
61
62 return !s.open
63}
64
65func (s *Session) close() {
66 s.rwmutex.Lock()

Callers 9

writeMessageMethod · 0.95
writeRawMethod · 0.95
WriteMethod · 0.95
WriteBinaryMethod · 0.95
CloseMethod · 0.95
CloseWithMsgMethod · 0.95
IsClosedMethod · 0.95
WriteWithDeadlineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected