MCPcopy Index your code
hub / github.com/bytesizedhosting/bcd / Close

Method Close

engines/rpc_engine.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21func (c *HttpConn) Read(p []byte) (n int, err error) { return c.in.Read(p) }
22func (c *HttpConn) Write(d []byte) (n int, err error) { return c.out.Write(d) }
23func (c *HttpConn) Close() error { return nil }
24
25type SimplePluginRes struct {
26 Name string `json:"name"`

Callers 2

PortFreeFunction · 0.80
bindataReadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected