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

Function getSignatureDir

tasks/cli.js:24–26  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

22const __filename = join(fileURLToPath(import.meta.url), '../build.js');
23
24function getSignatureDir(version) {
25 return join(fileURLToPath(import.meta.url), `../../integrity/firefox/`, version);
26}
27
28async function executeChildProcess(args) {
29 const child = fork(__filename, args);

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected