MCPcopy Create free account
hub / github.com/bricks-cloud/BricksLLM / GetBytes

Method GetBytes

internal/cache/cache.go:32–34  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

30}
31
32func (c *Cache) GetBytes(key string) ([]byte, error) {
33 return c.store.GetBytes(c.computeHashKey(key))
34}

Callers

nothing calls this directly

Calls 2

computeHashKeyMethod · 0.95
GetBytesMethod · 0.65

Tested by

no test coverage detected