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

Function resolve

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

Source from the content-addressed store, hash-verified

6export { dirname } from "path"
7
8export const resolve: typeof path.resolve = (...args) =>
9 slash(path.resolve(...args))
10
11export const relative: typeof path.relative = (...args) =>
12 slash(path.relative(...args))

Callers 9

getPackageVCSDetailsFunction · 0.90
makePatchFunction · 0.90
rebaseFunction · 0.90
getAppRootPathFunction · 0.90
getPackageResolutionFunction · 0.90
transformVersionStringFunction · 0.90
readPatchFunction · 0.90
applyPatchFunction · 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…