Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/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
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected