Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ get
Method
get
src/ink/screen.ts:52–54 ·
view source on GitHub ↗
(index: number)
Source
from the content-addressed store, hash-verified
50
}
51
52
get(index: number): string {
53
return
this.strings[index] ??
' '
54
}
55
}
56
57
// 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
visibleCellAtIndexInto
Function · 0.45
cellAtCI
Function · 0.45
charInCellAt
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected