MCPcopy Create free account
hub / github.com/JKPotato-Computer/SignMaker / add2

Function add2

js/main copy.js:383–385  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

381 };
382
383 function add2(data) {
384 dataToSave += data;
385 }
386
387 function add_string(data) {
388 dataToSave += `"` + data + `";`;

Callers 3

shieldFunction · 0.85
specialshieldFunction · 0.85
exportDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected