MCPcopy
hub / github.com/di-sukharev/opencommit / v3

Function v3

out/cli.cjs:244–246  ·  view source on GitHub ↗
(t2, u3)

Source from the content-addressed store, hash-verified

242 return t2 === V4;
243}
244function v3(t2, u3) {
245 t2.isTTY && t2.setRawMode(u3);
246}
247function WD({ input: t2 = import_node_process.stdin, output: u3 = import_node_process.stdout, overwrite: F5 = true, hideCursor: e3 = true } = {}) {
248 const s2 = f.createInterface({ input: t2, output: u3, prompt: "", tabSize: 1 });
249 f.emitKeypressEvents(t2, s2), t2.isTTY && t2.setRawMode(true);

Callers 2

promptMethod · 0.85
closeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected