MCPcopy Create free account
hub / github.com/effect-app/libs / resolvedSymbolTarget

Function resolvedSymbolTarget

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:1632–1634  ·  view source on GitHub ↗
(symbol: ts.Symbol, checker: ts.TypeChecker)

Source from the content-addressed store, hash-verified

1630 index = line.indexOf("{@link", index + 1)
1631 }
1632 return false
1633 })
1634}
1635
1636function extractInlineLinkTarget(linkText: string): string {
1637 const content = linkText.slice("{@link".length, linkText.endsWith("}") ? -1 : undefined).trim()

Callers 4

symbolDeclarationsFunction · 0.85
inlineLinkSymbolFunction · 0.85
functionSignatureFunction · 0.85
symbolSignatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…