MCPcopy Index your code
hub / github.com/codeaashu/claude-code / internHyperlink

Function internHyperlink

src/ink/screen.ts:445–447  ·  view source on GitHub ↗
(screen: Screen, hyperlink: Hyperlink)

Source from the content-addressed store, hash-verified

443}
444// Intern a hyperlink string and return its ID (0 = no hyperlink)
445function internHyperlink(screen: Screen, hyperlink: Hyperlink): number {
446 return screen.hyperlinkPool.intern(hyperlink)
447}
448
449// ---
450

Callers 1

setCellAtFunction · 0.85

Calls 1

internMethod · 0.45

Tested by

no test coverage detected