( listing )
| 198 | } |
| 199 | |
| 200 | export function makeTitle ( listing ) { |
| 201 | return `Does ${ listing.name } work on Apple Silicon? - ${ nuxtHead.title }` |
| 202 | } |
| 203 | |
| 204 | export function makeDescription ( listing ) { |
| 205 | return `Latest reported support status of ${ listing.name } on Apple Silicon and ${ publicRuntimeConfig.processorsVerbiage } Processors.` |
nothing calls this directly
no outgoing calls
no test coverage detected