MCPcopy Create free account
hub / github.com/esrrhs/spp / processOpen

Method processOpen

proxy/server.go:331–335  ·  view source on GitHub ↗
(f *ProxyFrame, clientconn *ClientConn)

Source from the content-addressed store, hash-verified

329}
330
331func (c *Server) processOpen(f *ProxyFrame, clientconn *ClientConn) {
332 if clientconn.output != nil {
333 clientconn.output.processOpenFrame(f)
334 }
335}
336
337func (c *Server) processClose(f *ProxyFrame, clientconn *ClientConn) {
338 if clientconn.input != nil {

Callers 1

processMethod · 0.95

Calls 1

processOpenFrameMethod · 0.80

Tested by

no test coverage detected