MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / confirm

Method confirm

javascriptv3/example_code/libs/prompter.js:43–45  ·  view source on GitHub ↗

* @param {{ message: string }} options

(options)

Source from the content-addressed store, hash-verified

41 * @param {{ message: string }} options
42 */
43 confirm(options) {
44 return confirm(options);
45 }
46
47 /**
48 * @param {{ message: string, choices: { name: string, value: string }[]}} options

Callers 11

PrompterClass · 0.95
confirmFifoMethod · 0.80
publishMessagesMethod · 0.80
copyFileFromBucketFunction · 0.80
copyFunction · 0.80
mainFunction · 0.80
runMethod · 0.80
_handleConfirmMethod · 0.80
resolveCaseFunction · 0.80

Calls 1

confirmFunction · 0.85

Tested by

no test coverage detected