MCPcopy Index your code
hub / github.com/codeaashu/claude-code / emitSequence

Function emitSequence

src/ink/termio/tokenize.ts:127–133  ·  view source on GitHub ↗
(seq: string)

Source from the content-addressed store, hash-verified

125 }
126
127 const emitSequence = (seq: string): void => {
128 if (seq) {
129 tokens.push({ type: 'sequence', value: seq })
130 }
131 result.state = 'ground'
132 textStart = i
133 }
134
135 while (i < data.length) {
136 const code = data.charCodeAt(i)

Callers 1

tokenizeFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected