MCPcopy
hub / github.com/docker/compose / Close

Method Close

pkg/utils/writer.go:55–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (s *splitWriter) Close() error {
56 b := s.buffer.Bytes()
57 if len(b) == 0 {
58 return nil
59 }
60 s.consumer(string(b))
61 return nil
62}

Callers

nothing calls this directly

Calls 1

BytesMethod · 0.80

Tested by

no test coverage detected