Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ fetchOwn
Method
fetchOwn
app/collections/TrialRequests.js:20–24 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
18
}
19
20
fetchOwn (options) {
21
options = _.extend({ data: {} }, options)
22
options.data.applicant = me.id
23
return
this.fetch(options)
24
}
25
26
fetchByApplicant (applicant) {
27
return
this.fetch({
Callers
6
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
Calls
1
fetch
Method · 0.45
Tested by
no test coverage detected