MCPcopy
hub / github.com/prisma/prisma / join

Function join

helpers/compile/plugins/fill-plugin/fillers/path.ts:5–7  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

3}
4
5export function join(...args: any[]) {
6 return args.join('/')
7}
8
9export function parse(path: string) {
10 const base = basename(path)

Callers 11

Init.vitest.tsFile · 0.90
getDirectoriesFunction · 0.90
installPackageMethod · 0.85
readStudioAssetFunction · 0.85
mainFunction · 0.85
getTestDirectoriesFunction · 0.85
getBenchmarkFilesFunction · 0.85
prisma.config.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected