MCPcopy Index your code
hub / github.com/microsoft/SandDance / pop

Function pop

docs/app/js/sanddance-app.js:128460–128462  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

128458var _parseJs = require("./parse.js");
128459function interpolateTransform(parse, pxComma, pxParen, degParen) {
128460 function pop(s) {
128461 return s.length ? s.pop() + " " : "";
128462 }
128463 function translate(xa, ya, xb, yb, s, q) {
128464 if (xa !== xb || ya !== yb) {
128465 var i = s.push("translate(", null, pxComma, null, pxParen);

Callers 3

rotateFunction · 0.70
skewXFunction · 0.70
scaleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected