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

Function text

test/app/core/api/fetch-json.spec.js:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 status: 200,
11 json() { return {}; },
12 text() { return '{}'; },
13 headers: {
14 get(attr) {
15 if (attr === 'content-type') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected