MCPcopy Create free account
hub / github.com/neplextech/vectorizer / assertReadable

Function assertReadable

cli/index.mjs:146–152  ·  view source on GitHub ↗
(filePath, label)

Source from the content-addressed store, hash-verified

144}
145
146async function assertReadable(filePath, label) {
147 try {
148 await fs.access(filePath);
149 } catch {
150 throw new Error(`${label} '${filePath}' does not exist`);
151 }
152}
153
154function buildVectorizeConfig(options, command) {
155 const hasCustomConfig = [

Callers 2

runVectorizeCommandFunction · 0.85
runOptimizeCommandFunction · 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…