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

Function unresolvedSee

packages/tools/jsdocs/src/Jsdocs.ts:1987–1989  ·  view source on GitHub ↗
(tags: ReadonlyArray<ParsedSeeTag>)

Source from the content-addressed store, hash-verified

1985}
1986
1987function unresolvedSee(tags: ReadonlyArray<ParsedSeeTag>): ReadonlyArray<JSDocApiSeeTag> {
1988 return tags.map(unresolvedSeeTag)
1989}
1990
1991function apiId(kind: JSDocApiKind, bucket: ExportBucket | null, apiFqn: string): string {
1992 return `${kind}:${bucket ?? "none"}:${apiFqn}`

Callers 2

makeApiFunction · 0.85
moduleSeeTagsFunction · 0.85

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected