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

Function importSpecifierName

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:2413–2415  ·  view source on GitHub ↗
(specifier: ts.ImportSpecifier)

Source from the content-addressed store, hash-verified

2411 readonly checker: ts.TypeChecker
2412 readonly entry: ProgramCacheEntry
2413 readonly cwd: string
2414 }
2415): { readonly files: ReadonlyArray<JSDocModelFile>; readonly added: boolean } {
2416 const diagnosticsByFile = new Map(files.map((file) => [file.file, [...file.diagnostics]]))
2417 const resolve = createJSDocApiSeeLinkResolver(apis)
2418 let added = false

Callers 1

validateExampleImportsFunction · 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…