Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
function
divider(): string {
269
return
'─'
.repeat(70);
270
}
271
272
function
dim(s: string): string {
273
// ANSI dim — only if stdout is a TTY, otherwise plain
Callers
1
section
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected