MCPcopy
hub / github.com/xtermjs/xterm.js / runRealTerminal

Function runRealTerminal

demo/client.ts:395–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

393}
394
395function runRealTerminal(): void {
396 addons.attach.instance = new AttachAddon(socket);
397 term.loadAddon(addons.attach.instance);
398 term._initialized = true;
399 initAddons(term);
400}
401
402function runFakeTerminal(): void {
403 if (term._initialized) {

Callers

nothing calls this directly

Calls 2

initAddonsFunction · 0.85
loadAddonMethod · 0.45

Tested by

no test coverage detected