Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
(c *Cache) GetBytes(key string) ([]byte, error) {
33
return
c.store.GetBytes(c.computeHashKey(key))
34
}
Callers
nothing calls this directly
Calls
2
computeHashKey
Method · 0.95
GetBytes
Method · 0.65
Tested by
no test coverage detected