MCPcopy Create free account
hub / github.com/msgbyte/tailchat / start

Method start

server/scripts/dashboard.ts:54–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 start() {
55 const child = execa('ts-node', ['./runner.ts'], {
56 cwd: path.resolve(__dirname, '../'),
57 });
58 child.stdout.on('data', (data) => {
59 this.mainBox.insertBottom(String(data));
60 this.screen.render();
61 });
62 child.stderr.on('data', (data) => {
63 this.mainBox.pushLine(String(data));
64 this.screen.render();
65 });
66
67 this.mainProcess = child;
68 }
69}
70
71new TailchatServiceDashboard().start();

Callers 15

tour.tsFile · 0.80
initializeFlipperMethod · 0.80
handlerFunction · 0.80
handlerFunction · 0.80
createClientsFunction · 0.80
sendMessageFunction · 0.80
handlerFunction · 0.80
handlerFunction · 0.80
startBenchmarkFunction · 0.80
handlerFunction · 0.80
handlerFunction · 0.80
socketio.spec.tsFile · 0.80

Calls 2

onMethod · 0.80
renderMethod · 0.45

Tested by

no test coverage detected