MCPcopy
hub / github.com/SBoudrias/Inquirer.js / write

Method write

packages/core/src/lib/screen-manager.ts:31–35  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

29 }
30
31 write(content: string): void {
32 this.rl.output.unmute();
33 this.rl.output.write(content);
34 this.rl.output.mute();
35 }
36
37 render(content: string, bottomContent: string = ''): void {
38 // Write message to screen and setPrompt to control backspace

Callers 15

renderMethod · 0.95
checkCursorPosMethod · 0.95
doneMethod · 0.95
executeMethod · 0.80
index.tsFile · 0.80
index.tsFile · 0.80
core.test.tsFile · 0.80
index.tsFile · 0.80
sync.tsFile · 0.80
async.tsFile · 0.80
onCloseMethod · 0.80
index.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected