MCPcopy Index your code
hub / github.com/ds300/patch-package / join

Function join

src/path.ts:4–4  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

2import path from "path"
3
4export const join: typeof path.join = (...args) => slash(path.join(...args))
5
6export { dirname } from "path"
7

Callers 15

runIntegrationTestFunction · 0.90
writeFilesFunction · 0.90
packageIsDevDependencyFunction · 0.90
index.tsFile · 0.90
getPackageVCSDetailsFunction · 0.90
makePatchFunction · 0.90
removeIgnoredFilesFunction · 0.90
getPatchApplicationStateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…