(strict, opt)
| 26096 | }) |
| 26097 | |
| 26098 | function createStream (strict, opt) { |
| 26099 | return new SAXStream(strict, opt) |
| 26100 | } |
| 26101 | |
| 26102 | function SAXStream (strict, opt) { |
| 26103 | if (!(this instanceof SAXStream)) { |
nothing calls this directly
no outgoing calls
no test coverage detected