MCPcopy 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

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
visibleCellAtIndexIntoFunction · 0.45
cellAtCIFunction · 0.45
charInCellAtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected