MCPcopy 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

48var provider = map[string]func() Event{}
49
50func register(t string, incoming func() Event) {
51 provider[t] = incoming
52}

Callers 9

initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected