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

Method get

src/ink/screen.ts:72–74  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

70 }
71
72 get(id: number): string | undefined {
73 return id === 0 ? undefined : this.strings[id]
74 }
75}
76
77// SGR 7 (inverse) as an AnsiCode. endCode '\x1b[27m' flags VISIBLE_ON_SPACE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected