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

Method comparator

app/views/admin/PendingPatchesView.js:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 c.patches = []
49 if (this.supermodel.finished()) {
50 const comparator = m => m.target.collection + ' ' + m.target.original
51 const patches = _.sortBy(((() => {
52 const result = []
53 for (patch of Array.from(this.patches.models)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected