MCPcopy Index your code
hub / github.com/go-git/go-git / PutBufioReader

Function PutBufioReader

utils/sync/bufio.go:27–29  ·  view source on GitHub ↗

PutBufioReader puts reader back into its sync.Pool.

(reader *bufio.Reader)

Source from the content-addressed store, hash-verified

25
26// PutBufioReader puts reader back into its sync.Pool.
27func PutBufioReader(reader *bufio.Reader) {
28 bufioReader.Put(reader)
29}

Callers 5

stripHeaderSignaturesFunction · 0.92
DecodeMethod · 0.92
DecodeMethod · 0.92
DecodeMethod · 0.92
TestGetAndPutBufioReaderFunction · 0.85

Calls 1

PutMethod · 0.65

Tested by 1

TestGetAndPutBufioReaderFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…