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

Function makeFeaturedAppsString

helpers/structured-data.js:3–5  ·  view source on GitHub ↗
( featuredApps )

Source from the content-addressed store, hash-verified

1import { getSiteUrl } from './url'
2
3function makeFeaturedAppsString ( featuredApps ) {
4 return featuredApps.slice(0, 5).map(app => app.name).join(', ')
5}
6
7export function buildVideoStructuredData ( video, featuredApps, options = {} ) {
8 // console.log('video', video)

Callers 1

buildVideoStructuredDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected