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

Method prompt

src/lib/acode.js:916–919  ·  view source on GitHub ↗
(message, defaultValue, type, options)

Source from the content-addressed store, hash-verified

914 }
915
916 async prompt(message, defaultValue, type, options) {
917 const response = await prompt(message, defaultValue, type, options);
918 return response;
919 }
920
921 async confirm(title, message) {
922 const confirmation = await confirm(title, message);

Callers

nothing calls this directly

Calls 1

promptFunction · 0.70

Tested by

no test coverage detected