(content: string, options?: ContentOptions)
| 1206 | text: string; |
| 1207 | readonly removed: boolean; |
| 1208 | before(content: string, options?: ContentOptions): Comment; |
| 1209 | after(content: string, options?: ContentOptions): Comment; |
| 1210 | replace(content: string, options?: ContentOptions): Comment; |
| 1211 | remove(): Comment; |
nothing calls this directly
no outgoing calls
no test coverage detected