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

Function mapLinkTag

helpers/config-node.js:239–244  ·  view source on GitHub ↗
( tag )

Source from the content-addressed store, hash-verified

237}
238
239function mapLinkTag ( tag ) {
240 return [
241 `type-${tag.type}`,
242 makeTag(tag, 'link')
243 ]
244}
245
246
247export class PageHead {

Callers

nothing calls this directly

Calls 1

makeTagFunction · 0.85

Tested by

no test coverage detected