MCPcopy Index your code
hub / github.com/parse-community/parse-server / cloneArgs

Function cloneArgs

src/GraphQL/parseGraphQLUtils.js:59–65  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

57};
58
59export function cloneArgs(args) {
60 try {
61 return structuredClone(args);
62 } catch {
63 return JSON.parse(JSON.stringify(args));
64 }
65}

Callers 6

loadFunction · 0.90
loadFunction · 0.90
resolveFunction · 0.90
loadFunction · 0.90
loadFunction · 0.90
loadFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected