MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / dirnameOf

Function dirnameOf

tests/release-bootstrap-smoke.test.ts:20–22  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

18const distDir = join(cliRoot, "dist");
19
20function dirnameOf(url: string): string {
21 return resolve(fileURLToPath(new URL(".", url)));
22}
23
24const runCommand = async (
25 command: string,

Callers 1

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected