(blob)
| 75646 | text: () => { |
| 75647 | throw new Error("Not implemented"); |
| 75648 | } |
| 75649 | }; |
| 75650 | var rawContent = Symbol("rawContent"); |
| 75651 | function hasRawContent(x5) { |
| 75652 | return typeof x5[rawContent] === "function"; |
| 75653 | } |
| 75654 | function getRawContent(blob) { |
| 75655 | if (hasRawContent(blob)) { |
| 75656 | return blob[rawContent](); |
| 75657 | } else { |
no test coverage detected
searching dependent graphs…