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

Method modifyDescription

packages/tools/docgen/src/Domain.ts:76–87  ·  view source on GitHub ↗
(description: string | undefined)

Source from the content-addressed store, hash-verified

74 }
75
76 modifyDescription(description: string | undefined): Doc {
77 return new Doc(
78 description,
79 this.since,
80 this.deprecated,
81 this.examples,
82 this.category,
83 this.throws,
84 this.sees,
85 this.tags
86 )
87 }
88}
89
90/**

Callers 1

parseExportStarFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected