()
| 1 | 'use strict'; |
| 2 | const Parse = require('parse/node'); |
| 3 | const validatorFail = () => { |
| 4 | throw 'you are not authorized'; |
| 5 | }; |
| 6 | const validatorSuccess = () => { |
| 7 | return true; |
| 8 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…