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

Function attachSeeLinkSymbols

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:1727–1734  ·  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

1725 return block !== undefined && !block.internal && block.parsed !== undefined
1726 })
1727}
1728
1729function isMemberDeclaration(declaration: ts.Declaration): boolean {
1730 return ts.isPropertySignature(declaration) || ts.isMethodSignature(declaration) ||
1731 ts.isPropertyDeclaration(declaration) || ts.isMethodDeclaration(declaration) ||
1732 ts.isGetAccessorDeclaration(declaration) || ts.isSetAccessorDeclaration(declaration)
1733}
1734
1735function undocumentedSeeLinkTarget(
1736 symbol: ts.Symbol,
1737 checker: ts.TypeChecker,

Callers 1

parseDocumentedTsFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…