MCPcopy Create free account
hub / github.com/codecombat/codecombat / getAPCSPFile

Function getAPCSPFile

app/core/api/apcsp.js:11–13  ·  view source on GitHub ↗
(fileName, options)

Source from the content-addressed store, hash-verified

9
10module.exports = {
11 getAPCSPFile (fileName, options) {
12 return fetchJson('/apcsp-files/' + fileName, options)
13 }
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected