MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / write

Method write

backend/daemon.go:422–426  ·  view source on GitHub ↗
(value any)

Source from the content-addressed store, hash-verified

420 c.mu.Unlock()
421}
422
423func (c *wsClient) accepts(event PushEvent) bool {
424 if !c.clusterMode {
425 return true
426 }
427 c.mu.Lock()
428 sessionID := c.sessionID
429 c.mu.Unlock()

Callers 2

handleWSMethod · 0.95
broadcastMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected