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

Method wait

app/models/CocoModel.js:609–609  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

607 stringify () { return JSON.stringify(this.toJSON()) }
608
609 wait (event) { return new Promise(resolve => this.once(event, resolve)) }
610
611 fetchLatestVersion (original, options) {
612 if (options == null) { options = {} }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected