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

Method f

ozaria/site/views/play/level/PlayLevelView.js:110–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 )
109
110 const f = () => {
111 if (!this.levelLoader) {
112 return typeof this.load === 'function' ? this.load() : undefined
113 }
114 } // Wait to see if it's just given to us through setLevel.
115 setTimeout(f, 100)
116 } else {
117 this.load()

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected