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

Function memberName

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

Source from the content-addressed store, hash-verified

2961 }
2962 const declaration = parseableSignature(
2963 cwd,
2964 callSignatures.map((text) => `declare function ${name}${text}`).join("\n")
2965 )
2966 if (declaration !== null) return declaration
2967 const callSignatureAlias = parseableSignature(
2968 cwd,
2969 signatureAlias(
2970 name,
2971 `{
2972${callSignatures.map((text) => ` ${text};`).join("\n")}
2973}`
2974 )
2975 )
2976 if (callSignatureAlias !== null) return callSignatureAlias

Callers 1

parseTsMembersFunction · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…