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

Function visit

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

Source from the content-addressed store, hash-verified

1597 const cached = programCache.get(tsconfigPath)
1598 if (cached !== undefined) return cached
1599 const fileNames = new Set<string>()
1600 const result = collectTsConfigFiles(tsconfigPath, new Set(), fileNames)
1601 if (result.error !== undefined || result.parsed === undefined) {
1602 const entry = { error: result.error ?? `Unable to parse TypeScript config ${tsconfigPath}`, reported: false }
1603 programCache.set(tsconfigPath, entry)
1604 return entry
1605 }

Callers 3

collectJSDocLinksFunction · 0.70
collectJSDocSeeLinksFunction · 0.70
tsortFunction · 0.50

Calls 1

inspectJSDocFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…