(callback, options)
| 4009 | |
| 4010 | //TODO: make this a streamable handler |
| 4011 | function FeedHandler(callback, options){ |
| 4012 | this.init(callback, options); |
| 4013 | } |
| 4014 | |
| 4015 | require("inherits")(FeedHandler, DomHandler); |
| 4016 |
nothing calls this directly
no test coverage detected
searching dependent graphs…