MCPcopy Create free account
hub / github.com/DavidWells/analytics / removeGithubSpecificContent

Function removeGithubSpecificContent

site/sync.js:104–107  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

102}
103
104function removeGithubSpecificContent(content) {
105 const docLinkRegex = /<!--.*stripFromDocsSTART((.|\n)*?END.*-->)/g
106 return content.replace(docLinkRegex, '')
107}
108
109syncDocs()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected