MCPcopy
hub / github.com/github/docs / getPath

Function getPath

tests/content/category-pages.js:217–219  ·  view source on GitHub ↗
(productDir, link, filename)

Source from the content-addressed store, hash-verified

215})
216
217function getPath(productDir, link, filename) {
218 return path.join(productDir, link, `${filename}.md`)
219}
220
221function formatArticleError(message, articles) {
222 return `${message}\n - ${articles.join('\n - ')}`

Callers 1

category-pages.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected