MCPcopy
hub / github.com/prisma/prisma / cloneTypedSql

Function cloneTypedSql

packages/client/src/runtime/utils/deepCloneArgs.ts:41–43  ·  view source on GitHub ↗
(rawParam: UnknownTypedSql)

Source from the content-addressed store, hash-verified

39}
40
41function cloneTypedSql(rawParam: UnknownTypedSql): UnknownTypedSql {
42 return new TypedSql(rawParam.sql, rawParam.values)
43}
44
45// based on https://github.com/lukeed/klona/blob/v2.0.6/src/index.js
46function deepCloneValue(x: JsInputValue): JsInputValue {

Callers 1

deepCloneArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected