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

Function displaySignature

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:2687–2689  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

2685 })
2686 } else if (resolveJSDocLinkSymbol(link, linkContext.checker) === undefined) {
2687 diagnostics.push({
2688 ...diagnostic("unresolved-link", `Unresolved JSDoc inline link: ${text}`),
2689 range: [link.pos, link.end]
2690 })
2691 }
2692 }

Callers 1

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