MCPcopy Create free account
hub / github.com/gnmyt/Nexterm / onData

Method onData

server/lib/ScriptLayer.js:76–76  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

74 }
75
76 onData(data) { this.processOutput(data.toString()); }
77
78 processOutput(output) {
79 const sudo = checkSudoPrompt(output);

Callers 3

XtermRendererFunction · 0.45
ScriptRendererFunction · 0.45
useTerminalFunction · 0.45

Calls 1

processOutputMethod · 0.95

Tested by

no test coverage detected