MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / makeTitle

Function makeTitle

helpers/config-node.js:200–202  ·  view source on GitHub ↗
( listing )

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected