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