Every line of 'this find' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
327 find() { 328 switch (this.ormName) { 329 case "mongoose": 330 return this.entity.find(); 331 case "sequelize": 332 return this.entity.findAll(); 333 } 334 }