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