MCPcopy 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
31func GetCache() *Cache {
32 return cache
33}
34
35func (c *Cache) Get(key string, value *types.File) error {
36 c.mu.RLock()

Callers 1

FileFromMessageFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected