Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ getURL
Method
getURL
app/collections/CocoCollection.js:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
getURL () {
55
if
(_.isString(this.url)) {
return
this.url }
else
{
return
this.url() }
56
}
57
58
fetch (options) {
59
if
(options == null) { options = {} }
Callers
1
fetch
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected