MCPcopy Create free account
hub / github.com/microsoft/SandDance / logMethod

Function logMethod

docs/app/js/sanddance-app.js:108722–108726  ·  view source on GitHub ↗
(method)

Source from the content-addressed store, hash-verified

108720 this._postrun = [];
108721}
108722function logMethod(method) {
108723 return function() {
108724 return this._log[method].apply(this, arguments);
108725 };
108726}
108727Dataflow.prototype = {
108728 /**
108729 * The current timestamp of this dataflow. This value reflects the

Callers 1

sanddance-app.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected