MCPcopy Index your code
hub / github.com/witheve/Eve / clone

Function clone

src/runtime/builder.ts:20–26  ·  view source on GitHub ↗
(map)

Source from the content-addressed store, hash-verified

18//-----------------------------------------------------------
19
20function clone(map) {
21 let neue = {};
22 for(let key of Object.keys(map)) {
23 neue[key] = map[key];
24 }
25 return neue;
26}
27
28//-----------------------------------------------------------
29// Builder Context

Callers 1

extendToMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected