golang.org/x/crypto/ssh.chanList.remove (method)

3 uses

	golang.org/x/crypto/ssh (current package)
		channel.go#L404: 		ch.mux.chanList.remove(ch.localId)
		channel.go#L425: 		ch.mux.chanList.remove(msg.PeersID)
		mux.go#L61: func (c *chanList) remove(id uint32) {