Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/screego/server
/ init
Function
init
ws/event_join.go:7–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
)
6
7
func
init() {
8
register(
"join"
,
func
() Event {
9
return
&Join{}
10
})
11
}
12
13
type
Join
struct
{
14
ID string `json:
"id"
`
Callers
nothing calls this directly
Calls
1
register
Function · 0.85
Tested by
no test coverage detected