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

Method get

src/ink/screen.ts:50–52  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

48 }
49
50 get(index: number): string {
51 return this.strings[index] ?? ' '
52 }
53}
54
55// Hyperlink string pool shared across all screens.

Callers 12

internMethod · 0.45
internMethod · 0.45
internMethod · 0.45
transitionMethod · 0.45
withInverseMethod · 0.45
withCurrentMatchMethod · 0.45
withSelectionBgMethod · 0.45
migrateScreenPoolsFunction · 0.45
cellAtIndexFunction · 0.45
visibleCellAtIndexFunction · 0.45
cellAtCIFunction · 0.45
charInCellAtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected