| 1 | export interface Data { |
| 2 | title: string |
| 3 | image: string |
| 4 | url: string |
| 5 | name?: string |
| 6 | ogImage?: string |
| 7 | isVerified?: boolean |
| 8 | symbol?: string |
| 9 | } |
| 10 | |
| 11 | const CACHE_NAME = 'functions-cache' as const |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…