Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/screego/server
/ init
Function
init
ws/event_clientice.go:10–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
)
9
10
func
init() {
11
register(
"clientice"
,
func
() Event {
12
return
&ClientICE{}
13
})
14
}
15
16
type
ClientICE outgoing.P2PMessage
17
Callers
nothing calls this directly
Calls
1
register
Function · 0.85
Tested by
no test coverage detected