Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/docs
/ formatArticleError
Function
formatArticleError
tests/content/category-pages.js:221–223 ·
view source on GitHub ↗
(message, articles)
Source
from the content-addressed store, hash-verified
219
}
220
221
function
formatArticleError(message, articles) {
222
return
`${message}\n - ${articles.join(
'\n - '
)}`
223
}
Callers
1
category-pages.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected