MCPcopy Create free account
hub / github.com/Noumena-Network/code / resetCursor

Function resetCursor

src/main.tsx:4787–4790  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4785 });
4786}
4787function resetCursor() {
4788 const terminal = process.stderr.isTTY ? process.stderr : process.stdout.isTTY ? process.stdout : undefined;
4789 terminal?.write(SHOW_CURSOR);
4790}
4791type TeammateOptions = {
4792 agentId?: string;
4793 agentName?: string;

Callers 1

mainFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected