(content: string, options?: ContentOptions)
| 1240 | before(content: string, options?: ContentOptions): Comment; |
| 1241 | after(content: string, options?: ContentOptions): Comment; |
| 1242 | replace(content: string, options?: ContentOptions): Comment; |
| 1243 | remove(): Comment; |
| 1244 | } |
| 1245 | interface Text { |
nothing calls this directly
no outgoing calls
no test coverage detected