MCPcopy
hub / github.com/di-sukharev/opencommit / isexe

Function isexe

out/cli.cjs:1030–1034  ·  view source on GitHub ↗
(path5, options, cb)

Source from the content-addressed store, hash-verified

1028 return checkPathExt(path5, options);
1029 }
1030 function isexe(path5, options, cb) {
1031 fs7.stat(path5, function(er2, stat) {
1032 cb(er2, er2 ? false : checkStat(stat, path5, options));
1033 });
1034 }
1035 function sync(path5, options) {
1036 return checkStat(fs7.statSync(path5), path5, options);
1037 }

Callers 1

subStepFunction · 0.85

Calls 2

checkStatFunction · 0.85
rejectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…