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

Method ifUserNotFound

app/views/common/UserView.js:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 ifUserNotFound () {
55 console.warn('user not found')
56 return this.render()
57 }
58 }
59 UserView.initClass()
60 return UserView

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected