* Checks if the event is a cache event.
(e: Event)
| 127 | * Checks if the event is a cache event. |
| 128 | */ |
| 129 | function isCacheEvent(e: Event): boolean { |
| 130 | return e.contexts?.trace?.origin === 'auto.cache.nuxt'; |
| 131 | } |
no outgoing calls
no test coverage detected