Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
423
func
(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
handleWS
Method · 0.95
broadcast
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected