Method
addVisitor
* Adds a visitor. The visitor object has options on itself to determine * when it should run. * @param visitor
(visitor)
Source from the content-addressed store, hash-verified
| 55 | * @param visitor |
| 56 | */ |
| 57 | addVisitor(visitor) { |
| 58 | this.visitors.push(visitor); |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * Adds a pre processor object |
Tested by
no test coverage detected