MCPcopy Create free account
hub / github.com/kataras/iris / markAsWebsocket

Method markAsWebsocket

mvc/controller.go:371–374  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

369}
370
371func (c *ControllerActivator) markAsWebsocket() {
372 c.servesWebsocket = true
373 c.attachInjector()
374}
375
376func (c *ControllerActivator) attachInjector() {
377 if c.injector == nil {

Callers 1

HandleWebsocketMethod · 0.80

Calls 1

attachInjectorMethod · 0.95

Tested by

no test coverage detected