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

Function writeJSDocModel

repos/effect/packages/tools/jsdocs/src/Jsdocs.ts:3343–3347  ·  view source on GitHub ↗
(cwd: string, output: string, model: JSDocModel)

Source from the content-addressed store, hash-verified

3341 name,
3342 bucket,
3343 signature: declarationSignature(name, bucket, statement, checker, cwd),
3344 range: publicDeclarationRange(statement, name),
3345 description: documented.core.description,
3346 examples: documented.core.examples,
3347 tags: documented.tags as ParsedDeclarationTags,
3348 members: parseDeclarationMembersTs(statement, diagnostics, linkContext)
3349 })
3350 }

Callers 1

bin.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…