Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ testAccess
Function
testAccess
test/integration/configuration.test.js:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
const
createTableBar =
'CREATE TABLE bar (baz TEXT);'
;
87
88
const
testAccess = () => {
89
return
promisify(fs.access)(p, fs.R_OK | fs.W_OK);
90
};
91
92
try {
93
try {
Callers
1
configuration.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected