Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpack/webpack-cli
/ folderStrategy
Function
folderStrategy
scripts/cleanup-test.js:18–18 ·
view source on GitHub ↗
(stats, file)
Source
from the content-addressed store, hash-verified
16
];
17
18
const
folderStrategy = (stats, file) => stats.isDirectory() && outputDirectories.includes(file);
19
20
const
cleanupOutputDirs = () => {
21
for
(
const
outputFolder of collectTestFolders(folderStrategy)) {
Callers
1
extractFolder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected