MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / divider

Function divider

src/setup/prompt.ts:268–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266}
267
268function divider(): string {
269 return '─'.repeat(70);
270}
271
272function dim(s: string): string {
273 // ANSI dim — only if stdout is a TTY, otherwise plain

Callers 1

sectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected