MCPcopy Create free account
hub / github.com/github/gh-aw / parseCacheMemoryDescription

Function parseCacheMemoryDescription

pkg/workflow/cache.go:178–182  ·  view source on GitHub ↗
(cacheMap map[string]any, entry *CacheMemoryEntry)

Source from the content-addressed store, hash-verified

176}
177
178func parseCacheMemoryDescription(cacheMap map[string]any, entry *CacheMemoryEntry) {
179 if descStr, ok := cacheMap["description"].(string); ok {
180 entry.Description = descStr
181 }
182}
183
184func parseCacheMemoryRetentionDays(cacheMap map[string]any, entry *CacheMemoryEntry) error {
185 retentionDays, exists := cacheMap["retention-days"]

Callers 1

parseCacheMemoryEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected