MCPcopy Create free account
hub / github.com/pquerna/ffjson / Pool

Function Pool

fflib/v1/buffer_nopool.go:7–7  ·  view source on GitHub ↗

Stub version of buffer_pool.go for Go 1.2, which doesn't have sync.Pool.

(b []byte)

Source from the content-addressed store, hash-verified

5// Stub version of buffer_pool.go for Go 1.2, which doesn't have sync.Pool.
6
7func Pool(b []byte) {}
8
9func makeSlice(n int) []byte {
10 return make([]byte, n)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…