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

Method onAcceptPatch

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

Source from the content-addressed store, hash-verified

93 }
94
95 onAcceptPatch () {
96 return this.acceptPatch(false)
97 }
98
99 onAcceptAndSavePatch () {
100 const commitMessage = this.patch.get('commitMessage') || ''

Callers

nothing calls this directly

Calls 1

acceptPatchMethod · 0.95

Tested by

no test coverage detected