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

Function hasDeclareModifier

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

Source from the content-addressed store, hash-verified

3025 checker: ts.TypeChecker,
3026 cwd: string
3027): string | null {
3028 const symbol = checker.getSymbolAtLocation(specifier.name) ??
3029 (specifier.propertyName === undefined ? undefined : checker.getSymbolAtLocation(specifier.propertyName))
3030 return symbol === undefined ? null : symbolSignature(name, bucket, symbol, specifier.name, checker, cwd)
3031}
3032
3033function parseMembersFromTsType(

Callers 1

parseNamespaceTsFunction · 0.85

Calls 1

someMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…