Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EverythingSuckz/TG-FileStreamBot
/ GetCache
Function
GetCache
internal/cache/cache.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
GetCache() *Cache {
32
return
cache
33
}
34
35
func
(c *Cache) Get(key string, value *types.File) error {
36
c.mu.RLock()
Callers
1
FileFromMessage
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected