MCPcopy Create free account
hub / github.com/OpenWebCAD/node-occ / __proxy

Method __proxy

lib/fastbuilder.js:183–187  ·  view source on GitHub ↗
(originalObject, methodName, theArguments, callAsConstructor)

Source from the content-addressed store, hash-verified

181 }
182
183 __proxy(originalObject, methodName, theArguments, callAsConstructor) {
184
185 return this.__performedCachedOperation(originalObject, originalObject[methodName], methodName, theArguments, callAsConstructor);
186
187 }
188}
189
190function hash(args) {

Callers 1

fnFunction · 0.80

Calls 1

Tested by

no test coverage detected