( listing )
| 202 | } |
| 203 | |
| 204 | export function makeDescription ( listing ) { |
| 205 | return `Latest reported support status of ${ listing.name } on Apple Silicon and ${ publicRuntimeConfig.processorsVerbiage } Processors.` |
| 206 | } |
| 207 | |
| 208 | function makeTag ( tag, tagName = 'meta' ) { |
| 209 |
nothing calls this directly
no outgoing calls
no test coverage detected