MCPcopy Create free account
hub / github.com/codecombat/codecombat / makeURLFunc

Method makeURLFunc

app/models/CocoModel.js:465–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463
464 setURL (url) {
465 const makeURLFunc = u => () => u
466 this.url = makeURLFunc(url)
467 return this
468 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected