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

Method fetchByUserID

app/collections/CodeLogs.js:21–25  ·  view source on GitHub ↗
(userID, options)

Source from the content-addressed store, hash-verified

19 }
20
21 fetchByUserID (userID, options) {
22 if (options == null) { options = {} }
23 options.url = '/db/codelogs?filter[userID]="' + userID + '"'
24 return this.fetch(options)
25 }
26
27 fetchBySlug (slug, options) {
28 if (options == null) { options = {} }

Callers 1

onUserIDInputMethod · 0.80

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected