Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ detailsByCodes
Function
detailsByCodes
app/core/api/prepaids.js:88–91 ·
view source on GitHub ↗
(code, options)
Source
from the content-addressed store, hash-verified
86
},
87
88
detailsByCodes (code, options) {
89
if
(options == null) { options = {} }
90
return
fetchJson(`/db/prepaids/${code}/details`, options)
91
},
92
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected