MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / isInteractiveTerminal

Function isInteractiveTerminal

apps/kimi-code/src/tui/theme/detect.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40function isInteractiveTerminal(): boolean {
41 return (process.stdin.isTTY ?? false) && (process.stdout.isTTY ?? false);
42}
43
44function isColorOptOut(): boolean {
45 const env = process.env;

Callers 1

detectTerminalThemeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected