MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / printGlobResults

Function printGlobResults

gulpfile.js:65–69  ·  view source on GitHub ↗
(glob)

Source from the content-addressed store, hash-verified

63
64// Used for debugging glob declarations
65function printGlobResults(glob) {
66 globby.sync(glob).map(function(filePath) {
67 console.log(filePath);
68 });
69}
70
71////////////////////////////////////////
72// CLEAN

Callers

nothing calls this directly

Calls 1

logMethod · 0.65

Tested by

no test coverage detected