Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
func
(s *Session) closed() bool {
59
s.rwmutex.RLock()
60
defer
s.rwmutex.RUnlock()
61
62
return
!s.open
63
}
64
65
func
(s *Session) close() {
66
s.rwmutex.Lock()
Callers
9
writeMessage
Method · 0.95
writeRaw
Method · 0.95
Write
Method · 0.95
WriteBinary
Method · 0.95
Close
Method · 0.95
CloseWithMsg
Method · 0.95
IsClosed
Method · 0.95
WriteWithDeadline
Method · 0.95
WriteBinaryWithDeadline
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected