MCPcopy
hub / github.com/plopjs/plop / getPlopfilePath

Function getPlopfilePath

packages/node-plop/src/node-plop.js:91–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 const getDefaultInclude = () => defaultInclude;
90 const getDestBasePath = () => destBasePath || plopfilePath;
91 const getPlopfilePath = () => plopfilePath;
92 const setPlopfilePath = (filePath) => {
93 const pathStats = fs.statSync(filePath);
94 if (pathStats.isFile()) {

Callers 1

loadFunction · 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…