MCPcopy Index your code
hub / github.com/codecombat/codecombat / rejectPatch

Method rejectPatch

app/views/editor/PatchModal.js:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 rejectPatch () {
115 this.patch.setStatus('rejected')
116 return this.hide()
117 }
118
119 withdrawPatch () {
120 this.patch.setStatus('withdrawn')

Callers

nothing calls this directly

Calls 2

setStatusMethod · 0.80
hideMethod · 0.45

Tested by

no test coverage detected