MCPcopy Create free account
hub / github.com/HyBuildNet/quic-relay / IsClosed

Method IsClosed

internal/handler/context.go:75–77  ·  view source on GitHub ↗

IsClosed returns whether the session has been closed.

()

Source from the content-addressed store, hash-verified

73
74// IsClosed returns whether the session has been closed.
75func (s *Session) IsClosed() bool {
76 return s.closed.Load()
77}
78
79// DCIDKey returns the DCID as a string key for map lookups.
80func (s *Session) DCIDKey() string {

Callers 2

OnPacketMethod · 0.80
backendToClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected