MCPcopy Index your code
hub / github.com/CapSoftware/Cap / createInterface

Function createInterface

apps/web/tools/compress-images.js:96–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94
95// Create readline interface for user input
96function createInterface() {
97 return readline.createInterface({
98 input: process.stdin,
99 output: process.stdout,
100 });
101}
102
103// Ask user for confirmation
104async function askForConfirmation(question) {

Callers 2

mainFunction · 0.85
askForConfirmationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected