()
| 14 | } |
| 15 | |
| 16 | async function dbConnect () { |
| 17 | await oracledb.createPool(config) |
| 18 | await oracledb.getConnection() |
| 19 | } |
| 20 | |
| 21 | app.get('/dual', async (req, res) => { |
| 22 | const conn = await oracledb.getConnection() |
no outgoing calls
no test coverage detected
searching dependent graphs…