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

Function playback

JasmineAdapter-1.1.2.js:150–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 function playback() {
151 for (var method in intercepted) {
152 var bucket = intercepted[method];
153 for (var i = 0, l = bucket.length; i < l; i++) bucket[i]();
154 }
155 }
156
157})();
158

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected