MCPcopy Create free account
hub / github.com/microsoft/SandDance / addText

Method addText

docs/app/js/sanddance-app.js:11036–11040  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

11034 if (!this.chars) {
11035 const map = {};
11036 const addText = (text)=>{
11037 Array.from(text).forEach((char)=>{
11038 map[char] = true;
11039 });
11040 };
11041 stage.textData.forEach((t)=>addText(t.text));
11042 const { x , y , z } = stage.axes;
11043 [

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.45
fromMethod · 0.45

Tested by

no test coverage detected