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

Function style

src/ink/screen.test.ts:13–18  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

11} from './screen.js'
12
13function style(index: number): AnsiCode {
14 return {
15 code: `\x1b[38;5;${index % 256}m-${index}`,
16 endCode: '\x1b[39m',
17 }
18}
19
20function visibleSpaceStyle(index: number): AnsiCode {
21 return {

Callers 2

fillRawStylesFunction · 0.85
screen.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected