MCPcopy Create free account
hub / github.com/Effect-TS/effect / attachSeeLinkSymbols

Function attachSeeLinkSymbols

packages/tools/jsdocs/src/Jsdocs.ts:1799–1806  ·  view source on GitHub ↗
(
  tags: T,
  node: ts.Node,
  block: JSDocBlock,
  linkContext: { readonly checker: ts.TypeChecker; readonly entry: ProgramCacheEntry; readonly cwd: string }
)

Source from the content-addressed store, hash-verified

1797}
1798
1799function attachSeeLinkSymbols<T extends ParsedDeclarationTags | ParsedNamespaceTags | ParsedMemberTags>(
1800 tags: T,
1801 node: ts.Node,
1802 block: JSDocBlock,
1803 linkContext: { readonly checker: ts.TypeChecker; readonly entry: ProgramCacheEntry; readonly cwd: string }
1804): T {
1805 return attachSeeLinkSymbolsFromSourceFile(tags, node.getSourceFile(), block, linkContext)
1806}
1807
1808/**
1809 * JSDoc diagnostic paired with its source range.

Callers 1

parseDocumentedTsFunction · 0.85

Calls 1

Tested by

no test coverage detected