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

Method multiPrompt

src/lib/acode.js:931–934  ·  view source on GitHub ↗
(title, inputs, help)

Source from the content-addressed store, hash-verified

929 }
930
931 async multiPrompt(title, inputs, help) {
932 const values = await multiPrompt(title, inputs, help);
933 return values;
934 }
935
936 async fileBrowser(mode, info, openLast) {
937 const res = await FileBrowser(mode, info, openLast);

Callers

nothing calls this directly

Calls 1

multiPromptFunction · 0.85

Tested by

no test coverage detected