Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ fetchCreatorOfPrepaid
Method
fetchCreatorOfPrepaid
app/models/User.js:960–962 ·
view source on GitHub ↗
(prepaid)
Source
from the content-addressed store, hash-verified
958
}
959
960
fetchCreatorOfPrepaid (prepaid) {
961
return
this.fetch({ url: `/db/prepaid/${prepaid.id}/creator` })
962
}
963
964
fetchNameForClassmate (options = {}) {
965
options.method =
'GET'
Callers
4
users.js
File · 0.80
constructor
Method · 0.80
onPrepaidsSync
Method · 0.80
constructor
Method · 0.80
Calls
1
fetch
Method · 0.45
Tested by
no test coverage detected