Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
intern
Method · 0.45
intern
Method · 0.45
intern
Method · 0.45
transition
Method · 0.45
withInverse
Method · 0.45
withCurrentMatch
Method · 0.45
withSelectionBg
Method · 0.45
migrateScreenPools
Function · 0.45
cellAtIndex
Function · 0.45
visibleCellAtIndex
Function · 0.45
cellAtCI
Function · 0.45
charInCellAt
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected