MCPcopy
hub / github.com/exceljs/exceljs / exists

Function exists

lib/utils/utils.js:156–162  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

154
155 fs: {
156 exists(path) {
157 return new Promise(resolve => {
158 fs.access(path, fs.constants.F_OK, err => {
159 resolve(!err);
160 });
161 });
162 },
163 },
164
165 toIsoDateString(dt) {

Callers 1

readFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…