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

Function getWaitUserInput

app/schemas/models/selectors/cinematic.js:594–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 * @returns {bool}
593 */
594export const getWaitUserInput = dialogNode => {
595 const waitUserInput = dialogNode?.waitUserInput
596 if (typeof waitUserInput === 'boolean') {
597 return waitUserInput
598 }
599 return true
600}
601
602/**
603 * @param {DialogNode} dialogNode

Callers 2

Cinematic.spec.jsFile · 0.90
parseDialogNodeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected