(element)
| 1322 | } |
| 1323 | |
| 1324 | function isRunProperties(element) { |
| 1325 | return element.type === "runProperties"; |
| 1326 | } |
| 1327 | |
| 1328 | function negate(predicate) { |
| 1329 | return function(value) { |
nothing calls this directly
no outgoing calls
no test coverage detected