MCPcopy Create free account
hub / github.com/AdRoll/baker / String

Method String

pkg/buffercache/location.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29func (l location) coldCellIdx() int { return int(l & 0x00ffffff) }
30
31func (l location) String() string {
32 return fmt.Sprintf("0x%x", uint32(l))
33}
34
35// coldLocation returns a location pointing to a cold cache entry.
36func coldLocation(bidx, cidx int) location {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected