(entry *CacheMemoryEntry)
| 280 | } |
| 281 | |
| 282 | func applyDefaultAllowedExtensions(entry *CacheMemoryEntry) { |
| 283 | if len(entry.AllowedExtensions) == 0 { |
| 284 | entry.AllowedExtensions = constants.DefaultAllowedMemoryExtensions |
| 285 | } |
| 286 | } |
| 287 | |
| 288 | // extractCacheMemoryConfig extracts cache-memory configuration from tools section |
| 289 | // Updated to use ToolsConfig instead of map[string]any |
no outgoing calls
no test coverage detected