(content: string, options?: ContentOptions)
| 1876 | before(content: string, options?: ContentOptions): Comment |
| 1877 | after(content: string, options?: ContentOptions): Comment |
| 1878 | replace(content: string, options?: ContentOptions): Comment |
| 1879 | remove(): Comment |
| 1880 | } |
| 1881 | interface Text { |
nothing calls this directly
no outgoing calls
no test coverage detected