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

Function bucketOfTs

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:2672–2676  ·  view source on GitHub ↗
(node: ts.Node)

Source from the content-addressed store, hash-verified

2670 diagnostics: Array<JSDocModelDiagnostic>,
2671 linkContext: { readonly checker: ts.TypeChecker; readonly entry: ProgramCacheEntry; readonly cwd: string }
2672) {
2673 if (!hasInlineLink(block)) return
2674 for (const link of malformedInlineLinks(block)) {
2675 diagnostics.push({ ...diagnostic("malformed-link", `Malformed JSDoc inline link: ${link}`), range: block.range })
2676 }
2677 for (const link of collectJSDocLinks(sourceFile, block)) {
2678 const text = link.getText(sourceFile)
2679 const target = extractInlineLinkTarget(text)

Callers 2

parseNamespaceTsFunction · 0.85
parseSourceFileDocsFunction · 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…