(v)
| 4514 | var hooks = ['create', 'activate', 'update', 'remove', 'destroy']; |
| 4515 | |
| 4516 | function isUndef (v) { |
| 4517 | return v === undefined || v === null |
| 4518 | } |
| 4519 | |
| 4520 | function isDef (v) { |
| 4521 | return v !== undefined && v !== null |
no outgoing calls
no test coverage detected