Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ dirname
Function
dirname
helpers/compile/plugins/fill-plugin/fillers/path.ts:21–24 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
19
}
20
21
export
function
dirname(path: string) {
22
const
parts = path.split(
'/'
)
23
return
parts.slice(0, -1).join(
'/'
)
24
}
25
26
export
const
sep =
'/'
27
export
const
delimiter =
':'
Callers
3
getUrlBasePath
Function · 0.85
test.ts
File · 0.85
parse
Function · 0.85
Calls
1
slice
Method · 0.45
Tested by
no test coverage detected