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

Method deleteI18NCoverage

app/models/CocoModel.js:572–577  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

570 }
571
572 deleteI18NCoverage (options) {
573 if (options == null) { options = {} }
574 options.url = this.url() + '/i18n-coverage'
575 options.type = 'DELETE'
576 return $.ajax(options)
577 }
578
579 saveNewMinorVersion (attrs, options) {
580 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected