Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
59
export
function
cloneArgs(args) {
60
try {
61
return
structuredClone(args);
62
} catch {
63
return
JSON.parse(JSON.stringify(args));
64
}
65
}
Callers
6
load
Function · 0.90
load
Function · 0.90
resolve
Function · 0.90
load
Function · 0.90
load
Function · 0.90
load
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected