MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / safeCopy

Function safeCopy

src/injected/web/util.js:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119export const thisObjectProto = getPrototypeOf({});
120
121export const safeCopy = src => setPrototypeOf(
122 assign(createNullObj(), src),
123 thisObjectProto
124);

Callers 2

gm-api-wrapper.jsFile · 0.90
proxyDescribeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected