Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
export
function
join(...args: any[]) {
6
return
args.join(
'/'
)
7
}
8
9
export
function
parse(path: string) {
10
const
base = basename(path)
Callers
11
handlePanic.migrate.test.ts
File · 0.90
Init.vitest.ts
File · 0.90
getDirectories
Function · 0.90
installPackage
Method · 0.85
readStudioAsset
Function · 0.85
getStudioAssetDirectories
Function · 0.85
SubCommand.vitest.ts
File · 0.85
main
Function · 0.85
getTestDirectories
Function · 0.85
getBenchmarkFiles
Function · 0.85
prisma.config.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected