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

Method f

app/views/editor/level/LevelEditView.js:248–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246 this.listenTo(this.patchesView, 'accepted-patch', function (attrs) {
247 if (attrs != null ? attrs.save : undefined) {
248 const f = () => this.startCommittingLevel(attrs)
249 return setTimeout(f, 400) // Give some time for closing patch modal
250 } else {
251 if (!key.shift) { return location.reload() }

Callers

nothing calls this directly

Calls 2

startCommittingLevelMethod · 0.95
reloadMethod · 0.80

Tested by

no test coverage detected