MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / select

Method select

src/lib/acode.js:926–929  ·  view source on GitHub ↗
(title, options, config)

Source from the content-addressed store, hash-verified

924 }
925
926 async select(title, options, config) {
927 const response = await select(title, options, config);
928 return response;
929 }
930
931 async multiPrompt(title, inputs, help) {
932 const values = await multiPrompt(title, inputs, help);

Callers 5

updateSelectionMethod · 0.45
saveFileFunction · 0.45
recentFunction · 0.45
createInputFunction · 0.45
promptFunction · 0.45

Calls 1

selectFunction · 0.70

Tested by

no test coverage detected