MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / multiInputHandler

Method multiInputHandler

frontend/app/view/term/term-model.ts:500–507  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

498 }
499
500 multiInputHandler(data: string) {
501 const tvms = getAllBasicTermModels();
502 for (const tvm of tvms) {
503 if (tvm != this) {
504 tvm.sendDataToController(data);
505 }
506 }
507 }
508
509 sendDataToController(data: string) {
510 const b64data = stringToBase64(data);

Callers 1

TerminalViewFunction · 0.80

Calls 2

getAllBasicTermModelsFunction · 0.85
sendDataToControllerMethod · 0.80

Tested by

no test coverage detected