Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/screego/server
/ init
Function
init
ws/event_share.go:3–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
package
ws
2
3
func
init() {
4
register(
"share"
,
func
() Event {
5
return
&StartShare{}
6
})
7
}
8
9
type
StartShare
struct
{}
10
Callers
nothing calls this directly
Calls
1
register
Function · 0.85
Tested by
no test coverage detected