MCPcopy Create free account
hub / github.com/Normal-Tangerine8609/Scriptable-Widgets / addStack

Method addStack

scripts/chaining.js:399–401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397 return new ChainText(this.widgetStack.addText(string));
398 }
399 addStack() {
400 return new ChainStack(this.widgetStack.addStack());
401 }
402 }
403 class ChainWidget {
404 constructor() {

Callers 15

progressCircleFunction · 0.45
addStackMethod · 0.45
simple-calendar.jsFile · 0.45
createWidgetFunction · 0.45
createSmallWidgetFunction · 0.45
createMediumWidgetFunction · 0.45
addDividerFunction · 0.45
can-i-use.jsFile · 0.45
progressCircleFunction · 0.45
addDividerFunction · 0.45
mdn-web-api.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected