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

Function background

docs/app/js/sanddance-app.js:122538–122542  ·  view source on GitHub ↗
(emit5, item)

Source from the content-addressed store, hash-verified

122536 emit4("d", rectangle(null, item, off, off));
122537}
122538function background(emit5, item) {
122539 emit5("class", "background");
122540 emit5("aria-hidden", true);
122541 emitRectangle(emit5, item);
122542}
122543function foreground(emit6, item) {
122544 emit6("class", "foreground");
122545 emit6("aria-hidden", true);

Callers 1

ViewFunction · 0.70

Calls 3

emitRectangleFunction · 0.70
addMethod · 0.45
signalMethod · 0.45

Tested by

no test coverage detected