MCPcopy Create free account
hub / github.com/Effect-TS/effect / resolvedSymbolTarget

Function resolvedSymbolTarget

packages/tools/jsdocs/src/Jsdocs.ts:1704–1706  ·  view source on GitHub ↗
(symbol: ts.Symbol, checker: ts.TypeChecker)

Source from the content-addressed store, hash-verified

1702}
1703
1704function resolvedSymbolTarget(symbol: ts.Symbol, checker: ts.TypeChecker): ts.Symbol {
1705 return (symbol.flags & ts.SymbolFlags.Alias) === 0 ? symbol : checker.getAliasedSymbol(symbol)
1706}
1707
1708function isLocalSourceFile(cwd: string, sourceFile: ts.SourceFile): boolean {
1709 if (sourceFile.isDeclarationFile) return false

Callers 4

symbolDeclarationsFunction · 0.85
inlineLinkSymbolFunction · 0.85
functionSignatureFunction · 0.85
symbolSignatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected