MCPcopy Create free account
hub / github.com/AdRoll/baker / Stop

Method Stop

input/tcp.go:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140}
141
142func (s *TCP) Stop() {
143 atomic.StoreInt64(&s.stop, 1)
144}
145
146func (s *TCP) handleStream(conn *net.TCPConn) error {
147 r, err := gzip.NewReader(conn)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected