Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
acceptPatch
Method · 0.95
Tested by
no test coverage detected