Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ dedent
Function
dedent
packages/client/src/runtime/utils/dedent.ts:3–5 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
1
import
strip from
'strip-indent'
2
3
export
function
dedent(str: string): string {
4
return
strip(str)
5
}
Callers
2
slice
Method · 0.90
format
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected