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

Function mark

docs/app/js/sanddance-app.js:123175–123181  ·  view source on GitHub ↗
(markdef, group6, index)

Source from the content-addressed store, hash-verified

123173 return sceneToJSON(this.root, indent || 0);
123174 },
123175 mark (markdef, group6, index) {
123176 group6 = group6 || this.root.items[0];
123177 const mark = createMark(markdef, group6);
123178 group6.items[index] = mark;
123179 if (mark.zindex) mark.group.zdirty = true;
123180 return mark;
123181 }
123182};
123183function createMark(def2, group7) {
123184 const mark = {

Callers

nothing calls this directly

Calls 11

createMarkFunction · 0.70
bindFunction · 0.70
cssClassFunction · 0.70
ariaMarkAttributesFunction · 0.70
setAttributeFunction · 0.70
clip$1Function · 0.70
processFunction · 0.70
visitFunction · 0.70
domClearFunction · 0.70
openMethod · 0.65
closeMethod · 0.65

Tested by

no test coverage detected