Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/screego/server
/ register
Function
register
ws/readwrite.go:50–52 ·
view source on GitHub ↗
(t string, incoming func() Event)
Source
from the content-addressed store, hash-verified
48
var
provider =
map
[string]
func
() Event{}
49
50
func
register(t string, incoming
func
() Event) {
51
provider[t] = incoming
52
}
Callers
9
init
Function · 0.85
init
Function · 0.85
init
Function · 0.85
init
Function · 0.85
init
Function · 0.85
init
Function · 0.85
init
Function · 0.85
init
Function · 0.85
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected