()
| 159 | } |
| 160 | |
| 161 | function getCurrentCacheNamespace() { |
| 162 | return cacheNamespaceStorage.getStore()?.namespace; |
| 163 | } |
| 164 | |
| 165 | function currentNamespaceIncludesRepeatIndex(repeatIndex: number) { |
| 166 | const namespaceParts = getCurrentCacheNamespace()?.split(':') ?? []; |
no outgoing calls
no test coverage detected
searching dependent graphs…