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

Function addInputFile

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:1767–1772  ·  view source on GitHub ↗
(files: Set<string>, filename: string)

Source from the content-addressed store, hash-verified

1765 sourceFile: ts.SourceFile,
1766 block: JSDocBlock,
1767 linkContext: { readonly checker: ts.TypeChecker; readonly entry: ProgramCacheEntry; readonly cwd: string }
1768): T {
1769 const resolved = new Map<
1770 string,
1771 Array<{ readonly range: readonly [number, number]; readonly symbol?: ParsedInlineLinkSymbol }>
1772 >()
1773 for (const link of collectJSDocLinks(sourceFile, block)) {
1774 const text = link.getText(sourceFile)
1775 const target = extractInlineLinkTarget(text)

Callers 1

computeJSDocInputHashFunction · 0.85

Calls 1

addMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…