(elements)
| 3095 | } |
| 3096 | |
| 3097 | function HtmlPath(elements) { |
| 3098 | this._elements = elements; |
| 3099 | } |
| 3100 | |
| 3101 | HtmlPath.prototype.wrap = function wrap(children) { |
| 3102 | var result = children(); |
nothing calls this directly
no outgoing calls
no test coverage detected