MCPcopy Index your code
hub / github.com/darkreader/darkreader / getDestDir

Function getDestDir

tasks/paths.js:21–24  ·  view source on GitHub ↗
({debug, platform})

Source from the content-addressed store, hash-verified

19}
20
21export function getDestDir({debug, platform}) {
22 const buildTypeDir = `build/${debug ? 'debug' : 'release'}`;
23 return `${buildTypeDir}/${platform}`;
24}
25
26export default {
27 getDestDir,

Callers 12

bundleJSFunction · 0.90
copyEntryFunction · 0.90
zipFunction · 0.90
writeFilesFunction · 0.90
processExtensionPlatformFunction · 0.90
writeFilesFunction · 0.90
manifestsFunction · 0.90
cleanFunction · 0.90
writeEntryFunction · 0.90
fixManifestFunction · 0.90
createHashesFunction · 0.90
signatureFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected