MCPcopy
hub / github.com/jishi/node-sonos-http-api / log

Function log

static/docs/lib/swagger.js:12–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 };
11
12 var log = function () {
13 log.history = log.history || [];
14 log.history.push(arguments);
15 if (this.console) {
16 console.log(Array.prototype.slice.call(arguments)[0]);
17 }
18 };
19
20 // if you want to apply conditional formatting of parameter values
21 var parameterMacro = function (value) {

Callers 5

swagger-ui.jsFile · 0.85
swagger-ui.min.jsFile · 0.85
initOAuthFunction · 0.85
swagger.jsFile · 0.85
swagger-client.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected