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

Method newArrow

js/Sign.js:107–110  ·  view source on GitHub ↗

* Create a new shield for the post. Add it to the end of the list of existing shields.

()

Source from the content-addressed store, hash-verified

105 */
106
107 newArrow() {
108 const newArrow = new Arrow();
109 this.arrows.push(newArrow);
110 }
111
112 deleteArrow(parentIndex,arrowIndex) {
113 var selectedArrow;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected