MCPcopy
hub / github.com/grafana/dskit / nopAllocator

Struct nopAllocator

cache/memcached_client_test.go:570–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570type nopAllocator struct{}
571
572func (n nopAllocator) Get(_ int) *[]byte { return nil }
573func (n nopAllocator) Put(_ *[]byte) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected