MCPcopy
hub / github.com/prisma/prisma / addLinkToDocs

Function addLinkToDocs

packages/client-generator-ts/src/TSClient/jsdoc.ts:33–37  ·  view source on GitHub ↗
(comment: string, docs: keyof typeof Docs)

Source from the content-addressed store, hash-verified

31}
32
33function addLinkToDocs(comment: string, docs: keyof typeof Docs) {
34 return `${Docs[docs]}
35
36${comment}`
37}
38function getDeprecationString(since: string, replacement: string) {
39 return `@deprecated since ${since} please use \`${replacement}\``
40}

Callers 1

jsdoc.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected