Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getMarkdownFile
Function
getMarkdownFile
app/core/api/markdown.js:11–14 ·
view source on GitHub ↗
(fileName, options)
Source
from the content-addressed store, hash-verified
9
10
module.exports = {
11
getMarkdownFile (fileName, options) {
12
console.log(
'get markdown file'
, fileName)
13
return
fetchJson(
'/markdown/'
+ fileName, options)
14
}
15
}
Callers
nothing calls this directly
Calls
1
log
Method · 0.80
Tested by
no test coverage detected