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

Method fetchLatest

app/collections/CodeLogs.js:33–37  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

31 }
32
33 fetchLatest (options) {
34 if (options == null) { options = {} }
35 options.url = '/db/codelogs?conditions[sort]="-_id"'
36 return this.fetch(options)
37 }
38 }
39 CodeLogCollection.initClass()
40 return CodeLogCollection

Callers 3

initializeMethod · 0.80
onUserIDInputMethod · 0.80
onLevelSlugInputMethod · 0.80

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected