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

Function emitRectangle

docs/app/js/sanddance-app.js:122534–122537  ·  view source on GitHub ↗
(emit4, item)

Source from the content-addressed store, hash-verified

122532 emit3("transform", translateItem(item));
122533}
122534function emitRectangle(emit4, item) {
122535 const off = offset$1(item);
122536 emit4("d", rectangle(null, item, off, off));
122537}
122538function background(emit5, item) {
122539 emit5("class", "background");
122540 emit5("aria-hidden", true);

Callers 2

backgroundFunction · 0.70
foregroundFunction · 0.70

Calls 2

offset$1Function · 0.70
rectangleFunction · 0.70

Tested by

no test coverage detected