MCPcopy
hub / github.com/xaboy/form-create / copy

Function copy

packages/core/src/frame/api.js:11–13  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

9
10
11function copy(value) {
12 return deepCopy(value);
13}
14
15export default function Api(h) {
16

Callers 4

formDataFunction · 0.70
getValueFunction · 0.70
resetFieldsFunction · 0.70
getChildrenFormDataFunction · 0.70

Calls 1

deepCopyFunction · 0.90

Tested by

no test coverage detected