MCPcopy Create free account
hub / github.com/CPChain/chain / RemoteAddr

Method RemoteAddr

api/rpc/client.go:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200}
201
202func (io StdIOConn) RemoteAddr() net.Addr {
203 return &net.UnixAddr{Name: "stdio", Net: "stdio"}
204}
205
206func (io StdIOConn) SetDeadline(t time.Time) error {
207 return &net.OpError{Op: "set", Net: "stdio", Source: nil, Addr: nil, Err: errors.New("deadline not supported")}

Callers 1

dispatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected