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