MCPcopy Index your code
hub / github.com/sequelize/sequelize / testAccess

Function testAccess

test/integration/configuration.test.js:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 const createTableBar = 'CREATE TABLE bar (baz TEXT);';
85
86 const testAccess = () => {
87 return promisify(fs.access)(p, fs.R_OK | fs.W_OK);
88 };
89
90 try {
91 try {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected