MCPcopy 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
10module.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

logMethod · 0.80

Tested by

no test coverage detected