MCPcopy Create free account
hub / github.com/jishi/node-sonos-http-api / program10

Function program10

static/docs/swagger-ui.js:323–344  ·  view source on GitHub ↗
(depth0,data)

Source from the content-addressed store, hash-verified

321 }
322
323function program10(depth0,data) {
324
325 var buffer = "", stack1;
326 buffer += "\n <span style=\"float:right\"><a href=\"";
327 if (stack1 = helpers.validatorUrl) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
328 else { stack1 = depth0.validatorUrl; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
329 buffer += escapeExpression(stack1)
330 + "/debug?url=";
331 if (stack1 = helpers.url) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
332 else { stack1 = depth0.url; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
333 buffer += escapeExpression(stack1)
334 + "\"><img id=\"validator\" src=\"";
335 if (stack1 = helpers.validatorUrl) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
336 else { stack1 = depth0.validatorUrl; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
337 buffer += escapeExpression(stack1)
338 + "?url=";
339 if (stack1 = helpers.url) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
340 else { stack1 = depth0.url; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
341 buffer += escapeExpression(stack1)
342 + "\"></a>\n </span>\n ";
343 return buffer;
344 }
345
346 buffer += "<div class='info' id='api_info'>\n ";
347 stack1 = helpers['if'].call(depth0, depth0.info, {hash:{},inverse:self.noop,fn:self.program(1, program1, data),data:data});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected