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

Function defaultCacheMemoryEntries

pkg/workflow/cache.go:327–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325}
326
327func defaultCacheMemoryEntries() []CacheMemoryEntry {
328 return []CacheMemoryEntry{
329 {
330 ID: "default",
331 Key: generateDefaultCacheKey("default"),
332 AllowedExtensions: constants.DefaultAllowedMemoryExtensions,
333 },
334 }
335}
336
337func parseCacheMemoryEntries(cacheArray []any) ([]CacheMemoryEntry, error) {
338 cacheLog.Printf("Processing cache array with %d entries", len(cacheArray))

Callers 1

Calls 1

generateDefaultCacheKeyFunction · 0.85

Tested by

no test coverage detected