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

Method performOperation

lib/fastbuilder.js:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 const originalMethod = _originalMethod;
35
36 function performOperation() {
37
38 return that.__performedCachedOperation(this, originalMethod, `${methodName}#${this.uuid}`, arguments);
39
40 }
41
42 Object.defineProperty(obj, methodName, {value: performOperation, enumerable: false});
43

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected