MCPcopy Create free account
hub / github.com/aws/smithy-go / Close

Method Close

testing/reader.go:33–39  ·  view source on GitHub ↗

Close closes the ByteLoop, and prevents any further reading.

()

Source from the content-addressed store, hash-verified

31
32// Close closes the ByteLoop, and prevents any further reading.
33func (l *ByteLoop) Close() error {
34 l.mu.Lock()
35 defer l.mu.Unlock()
36 l.closed = true
37
38 return nil
39}

Callers 7

mainFunction · 0.45
encodeZeroValueMethod · 0.45
encodeStructMethod · 0.45
encodeMapMethod · 0.45
encodeSliceMethod · 0.45
generateFileFunction · 0.45
gzipCompressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected