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

Method select

javascriptv3/example_code/libs/prompter.js:11–13  ·  view source on GitHub ↗

* @param {{ message: string, choices: { name: string, value: string }[]}} options

(options)

Source from the content-addressed store, hash-verified

9 * @param {{ message: string, choices: { name: string, value: string }[]}} options
10 */
11 select(options) {
12 return select(options);
13 }
14
15 /**
16 * @param {{ message: string }} options

Callers 6

_handleSelectMethod · 0.80
getServiceFunction · 0.80
getCategoryFunction · 0.80
getSeverityLevelFunction · 0.80
query_review_dataFunction · 0.80
queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected