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

Function memberType

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:2975–2981  ·  view source on GitHub ↗
(member: ts.TypeElement | ts.ClassElement)

Source from the content-addressed store, hash-verified

2973 )
2974 )
2975 if (callSignatureAlias !== null) return callSignatureAlias
2976 const typeText = normalizeSignature(cwd, checker.typeToString(type, location, signatureTypeFormatFlags))
2977 if (typeText === null) return null
2978 return parseableSignature(cwd, `declare const ${name}: ${typeText}`) ??
2979 parseableSignature(cwd, signatureAlias(name, typeText))
2980}
2981
2982function symbolSignature(
2983 name: string,
2984 bucket: ExportBucket,

Callers 1

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