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

Function send

app/core/contact.js:34–39  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

32 },
33
34 send (options) {
35 if (options == null) { options = {} }
36 options.type = 'POST'
37 options.url = '/contact'
38 return $.ajax(options)
39 },
40
41 sendParentSignupInstructions (parentEmail) {
42 const jqxhr = $.ajax('/contact/send-parent-signup-instructions', {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected