Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
570
type
nopAllocator
struct
{}
571
572
func
(n nopAllocator) Get(_ int) *[]byte {
return
nil }
573
func
(n nopAllocator) Put(_ *[]byte) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected