MCPcopy Index your code
hub / github.com/TechSpiritSS/Terminal-Portfolio / openTerminal

Function openTerminal

script.js:72–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71//function to set up and start the terminal
72async function openTerminal() {
73 await createText("Welcome to the Terminal");
74 await delay(500);
75 await createText("Starting up...");
76 await delay(800);
77 await createText("You can now interact with the Terminal");
78 await createCode("Type help", "for a list of commands");
79 await delay(500);
80 new_line();
81}
82
83//fetch statisticss from ./scripts/fetchStats.js
84fetchGithubSocialStats();

Callers 1

script.jsFile · 0.85

Calls 4

createTextFunction · 0.90
createCodeFunction · 0.90
new_lineFunction · 0.90
delayFunction · 0.70

Tested by

no test coverage detected