MCPcopy Create free account
hub / github.com/codeaashu/claude-code / da1

Function da1

src/ink/terminal-querier.ts:59–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 * used internally by flush() as a universal sentinel. Call directly if
58 * you want the DA1 params. */
59export function da1(): TerminalQuery<Da1Response> {
60 return {
61 request: csi('c'),
62 match: (r): r is Da1Response => r.type === 'da1',
63 }
64}
65
66/** Secondary Device Attributes query (CSI > c). Returns terminal version. */
67export function da2(): TerminalQuery<Da2Response> {

Callers

nothing calls this directly

Calls 1

csiFunction · 0.85

Tested by

no test coverage detected